mirror of
https://github.com/zeldaret/tmc
synced 2026-09-03 10:21:18 -04:00
Match GenerateAreaHint
This commit is contained in:
+10
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user