diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-05 20:23:49 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-05 20:23:49 -0600 |
commit | 66a7a42a108c2d6c86c80d28397ea243969094cd (patch) | |
tree | 99f24ffaf08d052ec8e1083b4d1a9c94bf98667e /include/easy_chat.h | |
parent | 4149e858836f39836c476a8a6bc1403a6429c141 (diff) |
decompile sub_80EADC0 - sub_80EB37C
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r-- | include/easy_chat.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h index 2fe11dd11..d2b562931 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -74,12 +74,14 @@ struct Shared1000 u8 filler1C1[3]; void (*unk1C4)(void); u8 unk1C8[0x6C8-0x1C8]; - u8 unk6C8[0x4142-0x6C8]; + u8 unk6C8[0xB78-0x6C8]; + u16 unkB78[0x1B][255]; #if GERMAN u8 filler4142_de[0x32A]; #endif u16 unk4142[(0x78-0x42)/2]; - u16 unk4178[(0x99A4-0x4178)/2]; // unknown length + u16 unk4178[(0x41A4-0x4178)/2]; // unknown length + const u8 *unk41A4[0x16][0x100]; #if GERMAN u8 filler99A4_de[2]; #endif |