diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-10-20 14:01:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-20 14:01:40 -0500 |
commit | afd42c8e145c77fbf07799a54aec405766eed45c (patch) | |
tree | cb7c42df376be690f6777ec9a843472f20d0efeb /ld_script.txt | |
parent | d2cf86bff9792db39ca4f1288dc083ca8018a62e (diff) | |
parent | 31e0b468c7f859e72e758f3f0fc1051ab887d9a5 (diff) |
Merge pull request #92 from DizzyEggg/decompile_walda_phrase
decompile walda phrase
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 377ac95d6..163d72e25 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -257,7 +257,7 @@ SECTIONS { asm/pokemon_summary_screen.o(.text); asm/pokenav.o(.text); asm/rayquaza_scene.o(.text); - asm/walda_phrase.o(.text); + src/walda_phrase.o(.text); asm/contest_link_81D9DE4.o(.text); asm/trainer_rematch.o(.text); asm/unk_sprite_file.o(.text); @@ -466,7 +466,7 @@ SECTIONS { data/pokemon_summary_screen.o(.rodata); data/pokenav.o(.rodata); data/rayquaza_scene.o(.rodata); - data/walda_phrase.o(.rodata); + src/walda_phrase.o(.rodata); data/trainer_rematch.o(.rodata); data/unk_sprite_file.o(.rodata); data/unk_transition.o(.rodata); |