summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-11-20 11:08:30 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2019-11-20 11:08:30 -0500
commite7cb5476c4fb4e2583bb8ca03a290cb838ad9bbc (patch)
treefdaf5ff39fae35770193f3e936deb2ca36377ffd /ld_script.txt
parent539ec639fddd248a7f1a36d7e46d89ba68684364 (diff)
Port evolution_scene
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 495647b45..16e7b576c 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -190,7 +190,7 @@ SECTIONS {
src/hof_pc.o(.text);
src/field_specials.o(.text);
src/battle_records.o(.text);
- asm/evolution_scene.o(.text);
+ src/evolution_scene.o(.text);
src/coins.o(.text);
src/fldeff_strength.o(.text);
src/battle_transition.o(.text);
@@ -474,7 +474,7 @@ SECTIONS {
data/fldeff_flash.o(.rodata);
src/field_specials.o(.rodata);
src/battle_records.o(.rodata);
- data/evolution_scene.o(.rodata);
+ src/evolution_scene.o(.rodata);
src/battle_transition.o(.rodata);
src/battle_controller_link_partner.o(.rodata);
data/battle_message.o(.rodata);