diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2017-12-28 02:09:11 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2017-12-28 02:09:11 -0600 |
commit | 2d04eb22abd3f60902ee1f9bc87bd510518709e3 (patch) | |
tree | 75c96f862678c22596f9b9e607b91805332c1ba8 /ld_script.txt | |
parent | ca49f8438d1d31c9b95e508224f7ce3cb29112f6 (diff) |
Split rom_81370FC and port function names
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index e6559dba8..abb7f64da 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -180,7 +180,12 @@ SECTIONS { src/wallclock.o(.text); asm/rom6.o(.text); src/pokeblock.o(.text); - asm/rom_81370FC.o(.text); + asm/fldeff_flash.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); src/evolution_scene.o(.text); @@ -428,7 +433,9 @@ SECTIONS { data/starter_choose.o(.rodata); src/wallclock.o(.rodata); src/pokeblock.o(.rodata); - data/rom_81370FC.o(.rodata); + data/fldeff_flash.o(.rodata); + data/time_events.o(.rodata); + data/field_specials.o(.rodata); data/battle_records.o(.rodata); data/pokedex_area_screen.o(.rodata); src/evolution_scene.o(.rodata); |