summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-06-22 19:24:55 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-06-22 19:24:55 -0400
commit9ee0c34758a63f8c00724b6fc984b4e96be2f7af (patch)
tree3a712d3039d152616af58a45a13d82c40a87e58f
parente33356d84108fedede79c683ccb704467b462097 (diff)
Fix ld_script
-rw-r--r--ld_script.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 5bb0940ac..3ba67bffe 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -172,6 +172,7 @@ SECTIONS {
asm/ground.o(.text);
asm/normal.o(.text);
asm/battle_anim_utility_funcs.o(.text);
+ src/bike.o(.text);
asm/bike.o(.text);
asm/easy_chat.o(.text);
asm/mon_markings.o(.text);
@@ -232,7 +233,6 @@ SECTIONS {
src/trainer_pokemon_sprites.o(.text);
src/vs_seeker.o(.text);
src/item_pc.o(.text);
- asm/item_pc.o(.text);
asm/mailbox_pc.o(.text);
asm/menu.o(.text);
src/quest_log.o(.text);