summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt15
1 files changed, 9 insertions, 6 deletions
diff --git a/ld_script.txt b/ld_script.txt
index bd0ac12dc..62074be92 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -203,12 +203,12 @@ SECTIONS {
src/save.o(.text);
src/mystery_event_script.o(.text);
asm/field_effect_helpers.o(.text);
- asm/contest_ai.o(.text);
+ src/contest_ai.o(.text);
src/battle_anim_sound_tasks.o(.text);
src/battle_controller_safari.o(.text);
src/fldeff_sweetscent.o(.text);
asm/battle_anim_815A0D4.o(.text);
- asm/learn_move.o(.text);
+ src/learn_move.o(.text);
src/fldeff_softboiled.o(.text);
src/decoration_inventory.o(.text);
src/roamer.o(.text);
@@ -262,7 +262,9 @@ SECTIONS {
asm/fossil_specials.o(.text);
src/berry_fix_program.o(.text);
src/pokemon_summary_screen.o(.text);
- asm/pokemon_summary_screen.o(.text);
+ src/unk_pokedex_area_screen_helper.o(.text);
+ src/battle_pyramid.o(.text);
+ asm/battle_pyramid.o(.text);
asm/pokenav.o(.text);
src/match_call.o(.text);
asm/pokenav.o(.text.after.match.call);
@@ -488,10 +490,10 @@ SECTIONS {
data/cable_car.o(.rodata);
src/save.o(.rodata);
data/field_effect_helpers.o(.rodata);
- data/contest_ai.o(.rodata);
+ src/contest_ai.o(.rodata);
src/battle_controller_safari.o(.rodata);
data/battle_anim_815A0D4.o(.rodata);
- data/learn_move.o(.rodata);
+ src/learn_move.o(.rodata);
src/roamer.o(.rodata);
data/battle_tower.o(.rodata);
src/use_pokeblock.o(.rodata);
@@ -537,7 +539,8 @@ SECTIONS {
src/fldeff_groundshake.o(.rodata);
src/berry_fix_program.o(.rodata);
src/pokemon_summary_screen.o(.rodata);
- data/pokemon_summary_screen.o(.rodata);
+ src/unk_pokedex_area_screen_helper.o(.rodata);
+ data/battle_pyramid.o(.rodata);
data/pokenav.o(.rodata);
src/match_call.o(.rodata);
data/pokenav.o(.rodata.after.match.call);