diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index bc820c4d3..0cc6ef0f0 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -51,6 +51,7 @@ SECTIONS { asm/battle_1.o(.text); src/rom_800D42C.o(.text); asm/battle_1.o(.text_800DC24); + src/battle_2.o(.text); asm/battle_2.o(.text); asm/battle_3.o(.text); asm/battle_4.o(.text); @@ -130,6 +131,8 @@ SECTIONS { asm/field_screen_effect.o(.text); src/battle_setup.o(.text); asm/cable_club.o(.text); + src/cable_club.o(.text); + asm/cable_club.o(.text_80830E4); src/mori_debug_menu.o(.text); src/trainer_see.o(.text); src/wild_encounter.o(.text); @@ -146,6 +149,8 @@ SECTIONS { asm/rom_8094928.o(.text); src/battle_party_menu.o(.text); asm/pokemon_storage_system.o(.text); + src/pokemon_storage_system.o(.text); + asm/pokemon_storage_system.o(.text_8098A38); asm/pokemon_icon.o(.text); asm/pokemon_summary_screen.o(.text); src/pokemon_summary_screen.o(.text); @@ -170,6 +175,8 @@ SECTIONS { asm/record_mixing.o(.text); asm/sound_check_menu.o(.text); asm/secret_base.o(.text); + src/secret_base.o(.text); + asm/secret_base.o(.text_80BC1D0); asm/tv.o(.text); src/tv.o(.text); asm/tv.o(.text_80BE8EC); @@ -193,6 +200,8 @@ SECTIONS { asm/easy_chat.o(.text); src/easy_chat.o(.text); asm/pokenav.o(.text); + src/pokenav.o(.text); + asm/pokenav.o(.text_80F708C); asm/mon_markings.o(.text); src/mauville_old_man.o(.text); asm/mauville_old_man.o(.text); @@ -207,6 +216,9 @@ SECTIONS { src/decoration.o(.text); asm/decoration.o(.text_80FE868); asm/slot_machine.o(.text); + src/slot_machine.o(.text); + asm/slot_machine.o(.text_8104D30) + src/slot_machine.o(.text_b); src/contest_painting.o(.text); src/battle_ai.o(.text); asm/trader.o(.text); |