Remove struct from gArea.unk_0c

This commit is contained in:
Tal Hayon
2022-02-11 14:59:14 +02:00
parent 6b0b3da92b
commit 60b452d630
3 changed files with 25 additions and 27 deletions
+3 -5
View File
@@ -28,11 +28,9 @@ typedef struct {
u8 filler[4];
u16 lightLevel;
u8 unk_0b;
struct {
u8 unk0 : 1;
u8 unk1 : 3;
u8 unk2 : 4;
} PACKED unk_0c;
u8 unk_0c_0 : 1;
u8 unk_0c_1 : 3;
u8 unk_0c_4 : 4;
u8 filler3[2];
u16 field_0x10;
u16 curPortalX;