diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2017-12-26 21:20:29 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2017-12-26 21:20:29 -0600 |
commit | f9a9391ff38fb78636efebbfd1da4c05b93c6026 (patch) | |
tree | eefb16d8885623c4927018ece1649c972037d5dd /ld_script.txt | |
parent | ba130d469da1ea9cc98de6ace3732e50947dad56 (diff) |
Split/extract/port landmark
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 2df348c8c..b57666c64 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -187,7 +187,7 @@ SECTIONS { asm/roulette.o(.text); asm/pokedex_cry_screen.o(.text); src/coins.o(.text); - asm/landmark.o(.text); + src/landmark.o(.text); asm/fldeff_strength.o(.text); asm/battle_transition.o(.text); src/battle_controller_link_partner.o(.text); @@ -434,6 +434,7 @@ SECTIONS { src/evolution_scene.o(.rodata); data/roulette.o(.rodata); data/pokedex_cry_screen.o(.rodata); + src/landmark.o(.rodata); data/data4d.o(.rodata); src/battle_controller_link_partner.o(.rodata); src/battle_message.o(.rodata); |