diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-09 18:18:40 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-09 18:18:40 +0200 |
commit | ab03b03c4bb872af131a9c52ef285c488b8e4865 (patch) | |
tree | 6fdb26cd12c2847401cf0af40192d48bffcc2c79 /ld_script.txt | |
parent | 96c5966ff3676eb1b3463808b83b42e13e1591fd (diff) |
decompile reshow battle screen
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 82588be3a..f8d38e96f 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -116,7 +116,7 @@ SECTIONS { asm/battle_anim.o(.text); asm/rom_80A5C6C.o(.text); src/task.o(.text); - asm/reshow_battle_screen.o(.text); + src/reshow_battle_screen.o(.text); asm/battle_anim_80A9C70.o(.text); asm/title_screen.o(.text); asm/field_screen.o(.text); |