diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-10-14 19:03:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-14 19:03:48 -0500 |
commit | a9abb930aacdafd5de8e4cbedb3d66c5184f8cef (patch) | |
tree | 89686e5ed78f46a8c0b224efc68c4bd6ba9086e0 /ld_script.txt | |
parent | 7f211b258846647b0ea3e67b36c9b0328cc378e6 (diff) | |
parent | 32fbf67d479c15351c718851412d84b4925acfdf (diff) |
Merge pull request #352 from huderlem/shop
[WIP] Shop
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 55cb9793f..50ce3bb6d 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -137,6 +137,7 @@ SECTIONS { src/item.o(.text); src/contest.o(.text); asm/contest.o(.text); + src/shop.o(.text); asm/shop.o(.text); src/berry.o(.text); asm/script_menu.o(.text); |