fix gWalletSizes

This commit is contained in:
Henny022p
2023-01-03 22:36:39 +01:00
parent 03408debcd
commit 2c7fc37c0d
4 changed files with 15 additions and 8 deletions
+5 -1
View File
@@ -398,7 +398,11 @@ typedef struct {
extern void (*const gPlayerItemFunctions[])(Entity*);
extern const s16 gWalletSizes[];
typedef struct {
u16 size;
u16 unk;
} Wallet;
extern const Wallet gWalletSizes[];
extern const u8 gBombBagSizes[];
extern const u8 gQuiverSizes[];
extern Entity* gPlayerClones[];