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 /src/money.c | |
parent | 7f211b258846647b0ea3e67b36c9b0328cc378e6 (diff) | |
parent | 32fbf67d479c15351c718851412d84b4925acfdf (diff) |
Merge pull request #352 from huderlem/shop
[WIP] Shop
Diffstat (limited to 'src/money.c')
-rw-r--r-- | src/money.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/money.c b/src/money.c index 7b78dda92..dcc6afa2c 100644 --- a/src/money.c +++ b/src/money.c @@ -6,10 +6,9 @@ #include "menu.h" #include "window.h" #include "sprite.h" +#include "strings.h" #include "decompress.h" -extern const u8 gText_PokedollarVar1[]; - extern const u8 gMenuMoneyGfx[]; extern const u8 gMenuMoneyPal[]; |