diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-03 19:16:53 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-03 19:16:53 -0500 |
commit | 89e0168ccec7d3963f30e4b2183f30736c65be75 (patch) | |
tree | 92b8ec24b06dc081149a7740b4980d156c938bfe /include/mevent.h | |
parent | 977925a9ee438e149212e438585c2d3d59e3f254 (diff) |
Document mevent scripts
Diffstat (limited to 'include/mevent.h')
-rw-r--r-- | include/mevent.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/mevent.h b/include/mevent.h index 31ab9e421..88e779fbf 100644 --- a/include/mevent.h +++ b/include/mevent.h @@ -10,15 +10,15 @@ struct MEventStruct_Unk1442CC u32 unk_08; u16 unk_0C; u32 unk_10; - u16 unk_14; + u16 id; u16 unk_16[4]; struct MEventBuffer_3430_Sub unk_20; u8 unk_44; - u8 unk_45[7]; - u8 unk_4C[4]; - u16 unk_50[6]; - u8 unk_5C[4]; - u8 unk_60; + u8 playerName[7]; + u8 playerTrainerId[4]; + u16 easyChatProfile[6]; + u8 gameCode[4]; + u8 version; }; struct MEvent_Str_1 |