diff options
author | YamaArashi <shadow962@live.com> | 2016-10-21 21:01:01 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-21 21:01:01 -0700 |
commit | d44bce863fe9b37b2a76eb6fff1d46c7ed0d0bfc (patch) | |
tree | 40c6b12707f3db80df9fdba26fb47a973d58330e /ld_script.txt | |
parent | 4f94633db0169f54019c2e2ad0a8d48b2232176f (diff) |
split out mori_debug_menu.s and trainer_see.s
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 9c5b190c2..cda134bbb 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -80,6 +80,8 @@ SECTIONS { asm/rom5.o(.text); asm/title_screen.o(.text); asm/rom_807C828.o(.text); + asm/mori_debug_menu.o(.text); + asm/trainer_see.o(.text); asm/fldeff_emotion.o(.text); asm/wild_encounter.o(.text); asm/field_effect.o(.text); |