diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-07-27 11:39:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-27 11:39:12 -0500 |
commit | 8b39cdac9adb52a6e6abd03314056ee5d6003a1b (patch) | |
tree | 71bb9e92fbf966a5e6d18a27085c1840b78a767a /ld_script.txt | |
parent | bb0cad7c072703f5a540e8c22c8e137267331f4d (diff) | |
parent | cdae8b6a125d717e1477e2874e25941598db0755 (diff) |
Merge pull request #387 from camthesaxman/decompile_battle_anim_807B69C
decompile battle_anim_807B69C
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index c895c4d06..0101a91ef 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -122,7 +122,7 @@ SECTIONS { src/rom_8077ABC.o(.text); src/task.o(.text); asm/reshow_battle_screen.o(.text); - asm/battle_anim_807B69C.o(.text); + src/battle_anim_807B69C.o(.text); src/title_screen.o(.text); src/field_weather.o(.text); asm/field_weather.o(.text); @@ -372,7 +372,7 @@ SECTIONS { data/map_events.o(.rodata); data/data_8393054.o(.rodata); src/task.o(.rodata); - data/battle_anim_807B69C.o(.rodata); + src/battle_anim_807B69C.o(.rodata); src/title_screen.o(.rodata); data/field_weather.o(.rodata); src/field_screen_effect.o(.rodata); |