summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-02-18 14:50:24 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-02-18 14:50:24 -0500
commitaf6f99b9314f75150d9a5681c17ef5f95a9b1269 (patch)
tree21c775a40a0a29d4ee5b29e6ebe3074ef8f8e917 /ld_script.txt
parente4d15a2338500e91e1f2a9723c48ecf25ae8111e (diff)
Port pokemon_jump from emerald, 1
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 341c816e3..70028ba98 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -274,7 +274,8 @@ SECTIONS {
src/mevent_show_news.o(.text);
src/menews_jisan.o(.text);
src/seagallop.o(.text);
- asm/pokemon_jump.o(.text);
+ src/pokemon_jump.o(.text);
+ src/pokemon_jump_2.o(.text);
asm/pokemon_jump_2.o(.text);
asm/berry_crush.o(.text);
asm/berry_crush_2.o(.text);
@@ -565,6 +566,8 @@ SECTIONS {
src/menews_jisan.o(.rodata);
src/menews_jisan.o(.rodata.str1.4);
src/seagallop.o(.rodata);
+ src/pokemon_jump.o(.rodata);
+ src/pokemon_jump_2.o(.rodata);
data/pokemon_jump.o(.rodata);
data/berry_crush.o(.rodata);
src/wireless_communication_status_screen.o(.rodata);