diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-04-27 00:01:22 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-04-28 09:19:46 +0300 |
| commit | 4de453b4deb7345cd9ed1899b5c86d6d8448f95d (patch) | |
| tree | 9b3c0cc2375e98ce786959b9877cada6ec5b9f53 /include/itemMetaData.h | |
| parent | f89959884321beb6bed47540550b3edf47c21fe6 (diff) | |
Add TextCategory enum
Diffstat (limited to 'include/itemMetaData.h')
| -rw-r--r-- | include/itemMetaData.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/itemMetaData.h b/include/itemMetaData.h index 0beeb634..805a204f 100644 --- a/include/itemMetaData.h +++ b/include/itemMetaData.h @@ -30,8 +30,8 @@ typedef struct ItemMetaData { u8 unk1; u8 unk2; u8 unk3; // flags? bit 0x2 makes pickup cutscene appear every time - u8 unk4; - u8 unk5; + u8 textId; + u8 textCategory; u8 unk6; u8 unk7; } ItemMetaData; |
