diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2017-10-01 14:48:29 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2017-10-01 14:48:29 -0500 |
commit | ba758afc1486b6cfb262d2fa96bbe9efd6c1720c (patch) | |
tree | 44e91e096a0643b473cc1444007fa0c3108c3def /ld_script.txt | |
parent | 8982501b7860b97cd659262cbb14f375ca07b54a (diff) |
Extract baseroms from and combine fldeff_emotion and trainer_see
Also extract from bike
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index c2f8af595..e0fc0d0c9 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -123,7 +123,6 @@ SECTIONS { asm/battle_setup.o(.text); asm/cable_club.o(.text); asm/trainer_see.o(.text); - asm/fldeff_emotion.o(.text); asm/wild_encounter.o(.text); asm/field_effect.o(.text); asm/unknown_task.o(.text); @@ -365,7 +364,6 @@ SECTIONS { data/battle_setup.o(.rodata); data/cable_club.o(.rodata); data/trainer_see.o(.rodata); - data/fldeff_emotion.o(.rodata); data/wild_encounter.o(.rodata); data/field_effect.o(.rodata); data/option_menu.o(.rodata); |