diff options
| author | Henny022p <info@henny022.de> | 2023-01-03 22:36:39 +0100 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2023-01-03 22:36:39 +0100 |
| commit | 2c7fc37c0d43a819567f9b899651f4199463f8a5 (patch) | |
| tree | a36ebfcaa285f6a4f51dda1c67a145dc54c9bddb /include | |
| parent | 03408debcd86ef85aa02a85680b4ebc26e53efb9 (diff) | |
fix gWalletSizes
Diffstat (limited to 'include')
| -rw-r--r-- | include/player.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/player.h b/include/player.h index e0cbdcfc..0a8c07b1 100644 --- a/include/player.h +++ b/include/player.h @@ -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[]; |
