diff options
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..6c31cf38 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 iconStartTile; +} Wallet; +extern const Wallet gWalletSizes[]; extern const u8 gBombBagSizes[]; extern const u8 gQuiverSizes[]; extern Entity* gPlayerClones[]; |
