mirror of
https://github.com/zeldaret/tmc
synced 2026-07-08 22:44:46 -04:00
Merge pull request #587 from Henny022p/wallet
This commit is contained in:
+5
-1
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user