From 9ee0c34758a63f8c00724b6fc984b4e96be2f7af Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 22 Jun 2019 19:24:55 -0400 Subject: Fix ld_script --- ld_script.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3