mirror of
https://github.com/zeldaret/tmc
synced 2026-07-10 07:06:52 -04:00
Remove struct from gArea.unk_0c
This commit is contained in:
+3
-5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user