From 963908bc38d5bddeee08acf77619ee23c2680482 Mon Sep 17 00:00:00 2001 From: red031000 Date: Tue, 23 Mar 2021 22:43:11 +0000 Subject: more scrcmd, struct changes --- include/script.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'include/script.h') diff --git a/include/script.h b/include/script.h index ab126e09..9a7270c2 100644 --- a/include/script.h +++ b/include/script.h @@ -27,14 +27,16 @@ struct UnkSavStruct80 { u8 padding[0x8]; u32 unk08; - struct SaveBlock2 *saveBlock2; //0xC + struct SaveBlock2 *saveBlock2; //0xC u8 padding2[0xC]; u32 *mapId; //0x1C u8 padding3[0x18]; u32 unk38; u8 padding4[0x24]; u32 unk60; - u8 padding5[0x44]; + u8 padding5[0x14]; + u32 unk78; + u8 padding6[0x2C]; struct UnkStruct_02046444 * unkA8; }; @@ -50,8 +52,8 @@ struct ScriptContext u32 cmdCount; u32 data[4]; struct UnkStruct_0204639C *unk74; - struct MsgData *msgData; - u8 *unk7C; + struct MsgData *msgData; + u8 *unk7C; struct UnkSavStruct80 *unk80; }; -- cgit v1.2.3