summaryrefslogtreecommitdiff
path: root/include/script.h
diff options
context:
space:
mode:
authorAkira Akashi <rubenru09@aol.com>2021-03-23 23:10:08 +0000
committerGitHub <noreply@github.com>2021-03-23 23:10:08 +0000
commit2e056e1c50add86f00dc8a84d99c6f0afed0334f (patch)
tree3a3e6fa309f8e84362f1d36c6eaeb63f26a56be9 /include/script.h
parent41ed9de2d4c81986cce976f2d93923b70101ac3a (diff)
parent963908bc38d5bddeee08acf77619ee23c2680482 (diff)
Merge pull request #345 from red031000/master
more scrcmd, struct changes
Diffstat (limited to 'include/script.h')
-rw-r--r--include/script.h10
1 files changed, 6 insertions, 4 deletions
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;
};