diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-12-02 13:33:03 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-12-02 13:33:03 -0500 |
commit | cd42b22d6b450b1fc1d79b046fe7cd1a0fdcf543 (patch) | |
tree | 0bd975b28cd332fdacc7efd19fd6d8870a981f5f /include/global.h | |
parent | 2fb1404613d12e5384c7650ef9d46d2678865544 (diff) |
sub_8145A98
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h index 7c663a813..783a2c375 100644 --- a/include/global.h +++ b/include/global.h @@ -612,12 +612,16 @@ struct MEventBuffer_32E0_Sub { u16 unk_00; u16 unk_02; - u8 filler_04[4]; + u32 unk_04; u8 unk_08_0:2; u8 unk_08_2:4; u8 unk_08_6:2; u8 unk_09; - u8 filler_0A[322]; + u8 unk_0A[40]; + u8 unk_32[40]; + u8 unk_5A[4][40]; + u8 unk_FA[40]; + u8 unk_122[40]; }; struct MEventBuffer_32E0 |