Match GenerateAreaHint

This commit is contained in:
Tal Hayon
2022-05-09 23:29:23 +03:00
parent a434a1bbb2
commit 99d14c6a29
6 changed files with 49 additions and 74 deletions
+10 -4
View File
@@ -20,6 +20,15 @@ typedef struct {
} RoomResInfo;
static_assert(sizeof(RoomResInfo) == 0x20);
typedef struct {
u8 inventoryGfxIdx;
u8 unk29;
u8 unk2a;
u8 unk2b;
u16 unk2C[7];
u16 unk3E;
} struct_area_28;
typedef struct {
u8 areaMetadata;
u8 locationIndex;
@@ -43,10 +52,7 @@ typedef struct {
bool8 portal_in_use;
u8 unk1A;
u8 filler2[13];
u8 inventoryGfxIdx;
u8 filler4[0x3];
u16 unk2C;
u8 filler5[0xe];
struct_area_28 unk28;
RoomResInfo roomResInfos[MAX_ROOMS];
RoomResInfo currentRoomInfo;
RoomResInfo* pCurrentRoomInfo;