summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorEvan <eroelke@gmail.com>2019-11-19 12:57:11 -0700
committerEvan <eroelke@gmail.com>2019-11-19 12:57:11 -0700
commit3bf1f5e65d41c19fe8a5f67e3c42a709aa86c4e4 (patch)
treee7b76f5c3379713169867e93eb2c579f080475ee /ld_script.txt
parentd84cf59678d75c50896ba46b3047c65ea5e106d9 (diff)
start shop.c
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt
index a6676b100..b3a64df47 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -140,6 +140,7 @@ SECTIONS {
src/item_menu_icons.o(.text);
src/battle_anim_mon_movement.o(.text);
src/item.o(.text);
+ src/shop.o(.text);
asm/shop.o(.text);
src/berry.o(.text);
src/script_menu.o(.text);
@@ -441,6 +442,7 @@ SECTIONS {
src/item_menu_icons.o(.rodata);
src/battle_anim_mon_movement.o(.rodata);
src/item.o(.rodata);
+ src/shop.o(.rodata);
data/shop.o(.rodata);
src/berry.o(.rodata);
src/script_menu.o(.rodata);