diff options
author | YamaArashi <shadow962@live.com> | 2016-12-30 11:25:08 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-12-30 11:25:08 -0800 |
commit | eaa50ff39b4e5e331e7644c6db14a3e9344824e6 (patch) | |
tree | 08cbf8fabc54a98a5f20ed2c1fb5a9c4ab0599f8 /ld_script.txt | |
parent | dd6ae92faca208a03f0f32e47b80f1442f546b35 (diff) |
split out hall of fame and credits code
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index c44f946ad..e56af2903 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -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); |