diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-12 21:24:21 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-12 21:24:21 -0600 |
commit | 2be2b22589de437ae5f53df8e380533958da9e70 (patch) | |
tree | ebeed5e628e907312aaf0e82c1af2bb061ca082a /ld_script.txt | |
parent | 921e43d150d0416deff7553e2979742d076cef71 (diff) |
decompile battle_intro.s
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 54aca5b2b..6d4e0832f 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -301,7 +301,7 @@ SECTIONS { asm/dark.o(.text); asm/ground.o(.text); asm/normal.o(.text); - asm/battle_intro.o(.text); + src/battle/anim/battle_intro.o(.text); src/field/bike.o(.text); src/easy_chat_1.o(.text); src/easy_chat_2.o(.text); @@ -574,6 +574,7 @@ SECTIONS { src/field/rotating_gate.o(.rodata); src/field/item_use.o(.rodata); data/battle_anim_80CA710.o(.rodata); + src/battle/anim/battle_intro.o(.rodata); src/field/bike.o(.rodata); src/easy_chat_1.o(.rodata); src/easy_chat_2.o(.rodata); |