Merge pull request #352 from huderlem/shop

[WIP] Shop
This commit is contained in:
Diegoisawesome
2018-10-14 19:03:48 -05:00
committed by GitHub
11 changed files with 753 additions and 1431 deletions

View File

@@ -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);