diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/ld_script.txt b/ld_script.txt index 660c1d60d..be59145a3 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -146,6 +146,7 @@ SECTIONS { src/record_mixing.o(.text); src/secret_base.o(.text); src/tv.o(.text); + src/contest_link_80F57C4.o(.text); asm/contest_link_80F57C4.o(.text); src/script_pokemon_util_80F87D8.o(.text); src/field_poison.o(.text); @@ -154,7 +155,7 @@ SECTIONS { src/field_special_scene.o(.text); src/rotating_gate.o(.text); src/safari_zone.o(.text); - asm/contest_link_80FC4F4.o(.text); + src/contest_link_80FC4F4.o(.text); src/item_use.o(.text); src/battle_anim_effects_1.o(.text); src/battle_anim_effects_2.o(.text); @@ -206,7 +207,7 @@ SECTIONS { src/battle_records.o(.text); src/pokedex_area_screen.o(.text); src/evolution_scene.o(.text); - asm/roulette.o(.text); + src/roulette.o(.text); src/pokedex_cry_screen.o(.text); src/coins.o(.text); src/landmark.o(.text); @@ -262,7 +263,7 @@ SECTIONS { src/lilycove_lady.o(.text); src/battle_dome.o(.text); src/battle_palace.o(.text); - asm/battle_frontier_1.o(.text); + src/match_call.o(.text); src/menu.o(.text); src/battle_factory_screen.o(.text); src/apprentice.o(.text); @@ -289,11 +290,11 @@ SECTIONS { src/unk_pokedex_area_screen_helper.o(.text); src/battle_pyramid_bag.o(.text); asm/pokenav.o(.text); - src/match_call.o(.text); + src/pokenav_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); + src/contest_link_81D9DE4.o(.text); src/gym_leader_rematch.o(.text); src/unk_transition.o(.text); src/international_string_util.o(.text); @@ -524,7 +525,7 @@ SECTIONS { src/battle_records.o(.rodata); src/pokedex_area_screen.o(.rodata); src/evolution_scene.o(.rodata); - data/roulette.o(.rodata); + src/roulette.o(.rodata); src/pokedex_cry_screen.o(.rodata); src/landmark.o(.rodata); src/battle_transition.o(.rodata); @@ -568,7 +569,7 @@ SECTIONS { src/lilycove_lady.o(.rodata); src/battle_dome.o(.rodata); src/battle_palace.o(.rodata); - data/battle_frontier_1.o(.rodata); + src/match_call.o(.rodata); src/menu.o(.rodata); src/battle_factory_screen.o(.rodata); src/apprentice.o(.rodata); @@ -593,7 +594,7 @@ SECTIONS { src/unk_pokedex_area_screen_helper.o(.rodata); src/battle_pyramid_bag.o(.rodata); data/pokenav.o(.rodata); - src/match_call.o(.rodata); + src/pokenav_match_call.o(.rodata); data/pokenav.o(.rodata.after.match.call); src/rayquaza_scene.o(.rodata); src/walda_phrase.o(.rodata); |