"Assignable Tunic and Boots" setting now allows shields also (#5953)

This commit is contained in:
Jordan Longstaff
2025-11-13 16:29:48 -05:00
committed by GitHub
parent 5629d033c2
commit dadc2e5218
8 changed files with 94 additions and 33 deletions

View File

@@ -146,6 +146,9 @@ typedef enum {
/* 0x1B */ SLOT_BOOTS_KOKIRI,
/* 0x1C */ SLOT_BOOTS_IRON,
/* 0x1D */ SLOT_BOOTS_HOVER,
/* 0x1E */ SLOT_SHIELD_DEKU,
/* 0x1F */ SLOT_SHIELD_HYLIAN,
/* 0x20 */ SLOT_SHIELD_MIRROR,
/* 0xFF */ SLOT_NONE = 0xFF
} InventorySlot;