diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 9a2cbe4e5..b2d17b5ec 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -350,12 +350,14 @@ SECTIONS { src/scene/cable_car.o(.text); asm/roulette_util.o(.text); src/engine/cable_car_util.o(.text); - src/unused_8124F94.o(.text); + src/unused/unused_8124F94.o(.text); src/engine/save.o(.text); src/engine/mystery_event_script.o(.text); src/field/field_effect_helpers.o(.text); asm/contest_ai.o(.text); - asm/battle_anim_81258BC.o(.text); + src/unused/unused_81258BC.o(.text); + src/battle/anim/sfx.o(.text); + asm/battle_anim_sfx.o(.text); src/battle/battle_controller_safari.o(.text); src/field/fldeff_sweetscent.o(.text); asm/battle_anim_812C144.o(.text); |