diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-02-28 16:41:54 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-28 16:41:54 -0600 |
commit | a57e04e14df2ee716e6432287ae5e83c0b76715b (patch) | |
tree | f99d5bf20a5e261266d05555320d509fa97c6b4e /ld_script.txt | |
parent | 0cd9ba36ce985a6bba1d47d0c57cd82b80543602 (diff) | |
parent | 1616f998fc6124b8894109b3137a8448cb85f0d6 (diff) |
Merge pull request #220 from PikalaxALT/trainer_rematch
Decompile trainer_rematch
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 81c4da14b..d83edd67d 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -267,7 +267,7 @@ SECTIONS { src/rayquaza_scene.o(.text); src/walda_phrase.o(.text); asm/contest_link_81D9DE4.o(.text); - asm/trainer_rematch.o(.text); + src/gym_leader_rematch.o(.text); src/unk_transition.o(.text); src/international_string_util.o(.text); asm/international_string_util.o(.text); @@ -536,7 +536,7 @@ SECTIONS { data/pokenav.o(.rodata); src/rayquaza_scene.o(.rodata); src/walda_phrase.o(.rodata); - data/trainer_rematch.o(.rodata); + src/gym_leader_rematch.o(.rodata); data/unk_transition.o(.rodata); src/unk_transition.o(.rodata); data/text_input_strings.o(.rodata); |