diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-09-01 17:15:35 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-09-01 17:15:35 -0500 |
commit | 8ecf3b2159efbbd760fcf8fc6a16990bd409269f (patch) | |
tree | 3149b94eb65d86a170a4f4cb7abf6ae693e59c6f /src/money.c | |
parent | 1895383352da3bd5a4f4990fab045ae3610937fc (diff) |
Start decompiling shop.c
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 98f25a42a..9f2348f18 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[]; |