Add TextCategory enum

This commit is contained in:
Tal Hayon
2022-04-27 00:01:22 +03:00
parent f899598843
commit 4de453b4de
67 changed files with 1197 additions and 679 deletions
+2 -2
View File
@@ -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;