diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-03-28 21:33:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-28 21:33:50 -0700 |
commit | d4c6ef7ae6b47cbc8676eec0a2185d18dd6e1ed0 (patch) | |
tree | e315440eb27fd8aafd36c33164cfc59f5d468a4e /ld_script.txt | |
parent | c3572de5bb5173b12a8aa5a0ddbfa766bf037c67 (diff) | |
parent | c5f99a723ee74a182c5444944ecc507bb3c1695e (diff) |
Merge pull request #227 from PikalaxALT/pokenav_match_call
Pokenav match call
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index aeb739376..cd30c8461 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -264,6 +264,8 @@ SECTIONS { src/pokemon_summary_screen.o(.text); asm/pokemon_summary_screen.o(.text); asm/pokenav.o(.text); + src/match_call.o(.text); + asm/pokenav.o(.text.after.match.call); src/rayquaza_scene.o(.text); src/walda_phrase.o(.text); asm/contest_link_81D9DE4.o(.text); @@ -535,6 +537,8 @@ SECTIONS { src/berry_fix_program.o(.rodata); data/pokemon_summary_screen.o(.rodata); data/pokenav.o(.rodata); + src/match_call.o(.rodata); + data/pokenav.o(.rodata.after.match.call); src/rayquaza_scene.o(.rodata); src/walda_phrase.o(.rodata); src/gym_leader_rematch.o(.rodata); |