diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 13a562737..ae02440f4 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -213,7 +213,11 @@ SECTIONS { src/rom6.o(.text); asm/pokeblock.o(.text); asm/fldeff_flash.o(.text); - asm/rom_810CBB4.o(.text); + asm/post_battle_event_funcs.o(.text); + asm/time_events.o(.text); + asm/birch_pc.o(.text); + asm/hof_pc.o(.text); + asm/field_specials.o(.text); asm/battle_records.o(.text); asm/pokedex_area_screen.o(.text); asm/evolution_scene.o(.text); |