summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-03-02 21:36:30 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2020-03-02 21:36:30 -0500
commit8594e7f72d070ce10fcc41a8c2dfe32420e7c560 (patch)
treed88950f47992d61de0f560abb1e2ecede2830655 /ld_script.txt
parentf77b0feba6f1152216eba3b2c1edf63ba76c5a80 (diff)
Port berry_crush_2 from emerald
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 1f819d6c7..8eac99b18 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -280,7 +280,7 @@ SECTIONS {
src/pokemon_jump_5.o(.text);
src/pokemon_jump_6.o(.text);
src/berry_crush.o(.text);
- asm/berry_crush_2.o(.text);
+ src/berry_crush_2.o(.text);
asm/berry_crush_3.o(.text);
src/wireless_communication_status_screen.o(.text);
src/braille_text.o(.text);
@@ -572,6 +572,7 @@ SECTIONS {
src/pokemon_jump_4.o(.rodata);
src/pokemon_jump_5.o(.rodata);
src/pokemon_jump_6.o(.rodata);
+ src/berry_crush_2.o(.rodata);
data/berry_crush.o(.rodata);
src/wireless_communication_status_screen.o(.rodata);
src/braille_text.o(.rodata);