diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index eec182ea3..1c4ee2714 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -292,6 +292,7 @@ SECTIONS { asm/pokenav.o(.text); src/pokenav_match_call.o(.text); asm/pokenav.o(.text.after.match.call); + src/trainer_hill.o(.text); src/rayquaza_scene.o(.text); src/walda_phrase.o(.text); src/contest_link_81D9DE4.o(.text); @@ -596,6 +597,7 @@ SECTIONS { data/pokenav.o(.rodata); src/pokenav_match_call.o(.rodata); data/pokenav.o(.rodata.after.match.call); + src/trainer_hill.o(.rodata); src/rayquaza_scene.o(.rodata); src/walda_phrase.o(.rodata); src/gym_leader_rematch.o(.rodata); |