diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-02 04:08:59 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-08 02:38:45 +0800 |
commit | aa89a0482dd8734410f89e77a5d694ae474b7ec7 (patch) | |
tree | fb8fd084218f80823f03d8cf65916de243ac8ffc /ld_script.txt | |
parent | cb078ec3a2ac7f8292c3b9c80b492ee54aa0a9a3 (diff) |
battle_anim_utility_funcs; split battle_intro.s
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index a09d3f607..0820eeba0 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -170,7 +170,8 @@ SECTIONS { asm/dark.o(.text); asm/ground.o(.text); asm/normal.o(.text); - asm/battle_anim_utility_funcs.o(.text); + src/battle_anim_utility_funcs.o(.text); + asm/battle_intro.o(.text); asm/bike.o(.text); asm/easy_chat.o(.text); asm/mon_markings.o(.text); @@ -420,6 +421,8 @@ SECTIONS { src/battle_anim_mon_movement.o(.rodata); src/item.o(.rodata); data/data_835B488.o(.rodata.83DF09C); + src/battle_anim_utility_funcs.o(.rodata); + data/data_835B488.o(.rodata.83E7CD4); src/heal_location.o(.rodata); data/data_835B488.o(.rodata.83EEC98); src/battle_ai_script_commands.o(.rodata); |