diff options
-rw-r--r-- | ld_script.txt | 2 |
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); |