split out hall of fame and credits code

This commit is contained in:
YamaArashi 2016-12-30 11:25:08 -08:00
parent dd6ae92fac
commit eaa50ff39b
4 changed files with 7586 additions and 7566 deletions

4182
asm/credits.s Normal file

File diff suppressed because it is too large Load Diff

3402
asm/hall_of_fame.s Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -195,6 +195,8 @@ SECTIONS {
asm/player_pc.o(.text);
src/intro.o(.text);
asm/rom_813BA94.o(.text);
asm/hall_of_fame.o(.text);
asm/credits.o(.text);
src/lottery_corner.o(.text);
src/diploma.o(.text);
src/berry_tag_screen.o(.text);