diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-12-13 21:33:54 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-13 21:33:54 -0600 |
commit | 2c6849bee81f2c05cbf0df1f88c6d5460e7b1e2d (patch) | |
tree | bbea5b11d19d277815e51c237b4a7d3dfe8f3a74 /ld_script.txt | |
parent | 170b6ef44992f4b7decb31451a3756b6bd4e2d46 (diff) |
Decompile battle_anim_8170478.c (#445)
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 80c614471..1413941f1 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -238,7 +238,7 @@ SECTIONS { src/intro.o(.text); src/reset_save_heap.o(.text); src/field_region_map.o(.text); - asm/battle_anim_8170478.o(.text); + src/battle_anim_8170478.o(.text); src/hall_of_fame.o(.text); src/credits.o(.text); src/lottery_corner.o(.text); @@ -549,7 +549,7 @@ SECTIONS { src/player_pc.o(.rodata); src/intro.o(.rodata); src/field_region_map.o(.rodata); - data/battle_anim_8170478.o(.rodata); + src/battle_anim_8170478.o(.rodata); src/hall_of_fame.o(.rodata); src/credits.o(.rodata); src/lottery_corner.o(.rodata); |