diff options
author | YamaArashi <shadow962@live.com> | 2016-10-24 23:27:41 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-24 23:27:41 -0700 |
commit | 427131714c72177bf4480f23a1ee60db6cc5b9ef (patch) | |
tree | 8fb5837ab4baa409b5eeb5f5a8503f842d6239b5 /ld_script.txt | |
parent | e1191bfe667671cdcc1f77839769eae686245ac4 (diff) |
split several files out of rom_8094928.s
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 214cd3964..0ce9fe21d 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -102,6 +102,12 @@ SECTIONS { asm/trainer_card.o(.text); asm/save_menu_util.o(.text); asm/rom_8094928.o(.text); + asm/item_menu.o(.text); + asm/battle_anim_80A7E7C.o(.text); + asm/item.o(.text); + asm/matuda_debug_menu.o(.text); + asm/contest.o(.text); + asm/shop.o(.text); asm/berry.o(.text); asm/script_menu.o(.text); asm/naming_screen.o(.text); |