summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-03-08 18:38:30 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-03-08 18:38:30 -0400
commit9f4f0df4d708f720990111034131de703ebfbb19 (patch)
treef104b2717f4dc8f3962e78142ae21ec624d57a5f /ld_script.txt
parentac38e814546eca637ea4bafe8792b8d38ff486a3 (diff)
fldeff_flash.c
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt
index b919db2ef..c2b35f7a2 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -183,7 +183,7 @@ SECTIONS {
src/battle_ai_script_commands.o(.text);
src/fldeff_rocksmash.o(.text);
src/fldeff_dig.o(.text);
- asm/fldeff_flash.o(.text);
+ src/fldeff_flash.o(.text);
src/post_battle_event_funcs.o(.text);
src/prof_pc.o(.text);
src/hof_pc.o(.text);
@@ -489,7 +489,7 @@ SECTIONS {
src/region_map.o(.rodata);
src/image_processing_effects.o(.rodata);
src/battle_ai_script_commands.o(.rodata);
- data/fldeff_flash.o(.rodata);
+ src/fldeff_flash.o(.rodata);
src/field_specials.o(.rodata);
src/battle_records.o(.rodata);
src/evolution_scene.o(.rodata);