diff options
Diffstat (limited to 'soh/include/z64item.h')
| -rw-r--r-- | soh/include/z64item.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/soh/include/z64item.h b/soh/include/z64item.h index 214d82711..b1fa897fe 100644 --- a/soh/include/z64item.h +++ b/soh/include/z64item.h @@ -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; |
