diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-30 08:47:58 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-30 08:47:58 -0500 |
commit | 294b150d70385a117e1324fd1e13bab25bfaabc9 (patch) | |
tree | 23880bd08e7842df5e24987b48e708fef6689287 /include/mevent.h | |
parent | c52daa7ef955189891e0aba56bddf836ed4aefb2 (diff) |
Set up to decomp mevent_server
Diffstat (limited to 'include/mevent.h')
-rw-r--r-- | include/mevent.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/mevent.h b/include/mevent.h index ae301263f..31e1041fe 100644 --- a/include/mevent.h +++ b/include/mevent.h @@ -21,6 +21,18 @@ struct MEventStruct_Unk1442CC u8 unk_60; }; +struct MEvent_Str_1 +{ + u16 unk_000; + size_t unk_004; + const void * unk_008; +}; + +struct MEvent_Str_2 +{ + u8 fill_00[0x40]; +}; + struct MysteryEventStruct * sub_8143D94(void); bool32 sub_8143E1C(void); |