diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mevent.h | 12 | ||||
-rw-r--r-- | include/mevent_server.h | 4 |
2 files changed, 8 insertions, 8 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 diff --git a/include/mevent_server.h b/include/mevent_server.h index 10ee96401..f1e9df02b 100644 --- a/include/mevent_server.h +++ b/include/mevent_server.h @@ -66,8 +66,8 @@ struct mevent_srv_common u32 cmdidx; const struct mevent_cmd * cmdBuffer; void * recvBuffer; - struct MEventBuffer_32E0_Sub * mevent_32e0; - struct MEventBuffer_3120_Sub * mevent_3120; + struct MEventBuffer_32E0_Sub * card; + struct MEventBuffer_3120_Sub * news; struct MEventStruct_Unk1442CC * mevent_unk1442cc; void * sendBuffer1; u32 sendBuffer1Size; |