diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-23 16:45:58 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-23 16:45:58 -0400 |
commit | 45561e5267602adc91847a3de3378e29a215e697 (patch) | |
tree | 90cefd995fafa90ebd20f85014768b5dfea7cb8c /include/script.h | |
parent | 57b9d8fd35548901ccd4ffcdfa7bca7140065036 (diff) | |
parent | 8ffb7a0c637d74d2140fefc7e20e10288b43e286 (diff) |
Merge remote-tracking branch 'origin/master' into pikalax_work
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];
|