Custom Item Icons in Textboxes (#6343)
This commit is contained in:
committed by
GitHub
parent
09b0fdbc93
commit
5c8ff76554
@@ -103,7 +103,7 @@ extern "C"
|
||||
extern u16 gUpgradeCapacities[8][4];
|
||||
extern u32 gGsFlagsMasks[4];
|
||||
extern u32 gGsFlagsShifts[4];
|
||||
extern void* gItemIcons[157];
|
||||
extern void* gItemIcons[158];
|
||||
extern u8 gItemAgeReqs[];
|
||||
extern u8 gSlotAgeReqs[];
|
||||
extern u8 gItemSlots[56];
|
||||
|
||||
@@ -309,7 +309,8 @@ typedef enum {
|
||||
/* 0x99 */ ITEM_STICK_UPGRADE_30,
|
||||
/* 0x9A */ ITEM_NUT_UPGRADE_30,
|
||||
/* 0x9B */ ITEM_NUT_UPGRADE_40,
|
||||
/* */ ITEM_ROCS_FEATHER,
|
||||
/* 0x9C */ ITEM_CUSTOM,
|
||||
/* 0x9D */ ITEM_ROCS_FEATHER,
|
||||
/* 0xFC */ ITEM_LAST_USED = 0xFC,
|
||||
/* 0xFE */ ITEM_NONE_FE = 0xFE,
|
||||
/* 0xFF */ ITEM_NONE = 0xFF
|
||||
|
||||
Reference in New Issue
Block a user