diff options
author | Revo <projectrevotpp@hotmail.com> | 2021-05-23 01:28:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-23 01:28:16 -0400 |
commit | a7794a82a376150ef63562465a71fc161d67e7fa (patch) | |
tree | c7f40d9e03335c1b29980a8b79bf2ddb51764a5f /include/script.h | |
parent | 121208bd6db271ae766a614da82fa00498bb7856 (diff) | |
parent | 4ea5a0c4aa1605f625d860f55894ac656bdcbd49 (diff) |
Merge pull request #349 from remicalixte/unk_02016B94
Decompile unk_02016B94.s
Diffstat (limited to 'include/script.h')
-rw-r--r-- | include/script.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/script.h b/include/script.h index cb41889d..01bba305 100644 --- a/include/script.h +++ b/include/script.h @@ -4,6 +4,8 @@ #include "global.h"
#include "msgdata.h"
#include "save_block_2.h"
+#include "unk_02016B94.h"
+
struct ScriptContext;
@@ -26,7 +28,7 @@ struct UnkStruct_02046444 struct UnkSavStruct80
{
u8 padding[0x8];
- u32 unk08;
+ struct UnkStruct_02016B94_2 *unk08;
struct SaveBlock2 *saveBlock2; //0xC
struct UnkStruct_0204639C *unk10;
u8 padding2[0x8];
|