diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-04 00:14:23 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-08 02:38:45 +0800 |
commit | eef286808aad14f206d8899e8fe19295fa8e7a9f (patch) | |
tree | c83ad93d53fbb106d37c8175f35c07dbc4afff15 /ld_script.txt | |
parent | aa89a0482dd8734410f89e77a5d694ae474b7ec7 (diff) |
battle_intro
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 0820eeba0..7c5625ab0 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -171,7 +171,7 @@ SECTIONS { asm/ground.o(.text); asm/normal.o(.text); src/battle_anim_utility_funcs.o(.text); - asm/battle_intro.o(.text); + src/battle_intro.o(.text); asm/bike.o(.text); asm/easy_chat.o(.text); asm/mon_markings.o(.text); @@ -422,7 +422,8 @@ SECTIONS { src/item.o(.rodata); data/data_835B488.o(.rodata.83DF09C); src/battle_anim_utility_funcs.o(.rodata); - data/data_835B488.o(.rodata.83E7CD4); + src/battle_intro.o(.rodata); + data/data_835B488.o(.rodata.83E7CFC); src/heal_location.o(.rodata); data/data_835B488.o(.rodata.83EEC98); src/battle_ai_script_commands.o(.rodata); |