diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-03-22 01:36:08 +0200 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-03-22 01:36:08 +0200 |
| commit | dc5acb446e249de3cbfbc152ed7599d4cf15d5cc (patch) | |
| tree | 3929d9c4f11342c1df56b65754b46dae569ad8c7 /include/structures.h | |
| parent | 495258646f7a0a9c443baf7dd059f32d5febba41 (diff) | |
Decompile the rest of text.c
Diffstat (limited to 'include/structures.h')
| -rw-r--r-- | include/structures.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/include/structures.h b/include/structures.h index cfa85d7f..00e83b72 100644 --- a/include/structures.h +++ b/include/structures.h @@ -222,15 +222,19 @@ extern struct { static_assert(sizeof(gUnk_02034490) == 0x18); typedef struct { - u8 unk0; + u8 unk00 : 1; + u8 unk01 : 3; + u8 unk04 : 4; u8 unk1; - u8 unk2; - u8 unk3; + u8 charColor; + u8 bgColor; u16 unk4; u16 unk6; void* unk8; } WStruct; +static_assert(sizeof(WStruct) == 12); + typedef struct { u8 unk0; u8 unk1; |
