diff options
author | YamaArashi <shadow962@live.com> | 2016-10-25 19:57:15 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-25 19:57:15 -0700 |
commit | fb2f1c8bce95cbe584fbd674b8e7865d2bc84bc6 (patch) | |
tree | 95d47e9e0d44e207d276d6858b44c6be5c845589 /ld_script.txt | |
parent | cfe4a52393bd5d09d78f68ac165406d3e9354706 (diff) |
split some files out of rom6.s
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 9031badf6..0a0dbea63 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -149,6 +149,22 @@ SECTIONS { src/starter_choose.o(.text); src/wallclock.o(.text); asm/rom6.o(.text); + asm/battle_records.o(.text); + asm/pokedex_area_screen.o(.text); + asm/evolution_scene.o(.text); + asm/roulette.o(.text); + asm/pokedex_cry_screen.o(.text); + asm/coins.o(.text); + asm/landmark.o(.text); + asm/fldeff_strength.o(.text); + asm/battle_transition.o(.text); + asm/battle_811DA74.o(.text); + asm/battle_message.o(.text); + asm/choose_party.o(.text); + asm/cable_car.o(.text); + asm/roulette_util.o(.text); + asm/cable_car_util.o(.text); + asm/unused_8124F94.o(.text); src/save.o(.text); asm/mystery_event_script.o(.text); asm/field_effect_helpers.o(.text); |