summaryrefslogtreecommitdiff
path: root/src/money.c
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-06-20 20:26:44 -0400
committerGitHub <noreply@github.com>2017-06-20 20:26:44 -0400
commitb22e5219ba01c70da9a03397430bff10d0b99060 (patch)
tree7db3364ee8ccda2ca66606ef1b65ebc4113a3660 /src/money.c
parent102f5b1e15e7295e30a3cebfbbad3c8af4cc1d37 (diff)
parenta80eef47ca3fea61b9345ae791056c9ca2650f97 (diff)
Merge pull request #335 from marijnvdwerf/camthesaxman/decompile_pokeball
Decompile pokeball
Diffstat (limited to 'src/money.c')
-rw-r--r--src/money.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/money.c b/src/money.c
index de0730951..ab4508a39 100644
--- a/src/money.c
+++ b/src/money.c
@@ -10,8 +10,8 @@
extern u16 gSpecialVar_0x8005;
extern u8 gUnknown_02038734;
-extern const struct SpriteSheet gUnknown_083CF584;
-extern const struct SpritePalette gUnknown_083CF58C;
+extern const struct CompressedSpriteSheet gUnknown_083CF584;
+extern const struct CompressedSpritePalette gUnknown_083CF58C;
extern const struct SpriteTemplate gSpriteTemplate_83CF56C;
bool8 IsEnoughMoney(u32 budget, u32 cost)