diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-08 12:29:17 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-08 12:29:17 +0200 |
commit | 64ae698ecefdf3fd9348803bab7cc0c592dbb511 (patch) | |
tree | ac9b95d85abc9c77d245c4f9c75b5497bc9ff033 /include/script.h | |
parent | 0a89ace18db732440c498c1684e287e164b6d76d (diff) | |
parent | c50275c6db34a3f5142330cbbfd3f1e3dac51c2d (diff) |
Merge branch 'master' into unk_0202E29C
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 bb237523..cb41889d 100644 --- a/include/script.h +++ b/include/script.h @@ -37,7 +37,9 @@ struct UnkSavStruct80 u32 unk60;
u8 padding5[0x14];
u32 unk78;
- u8 padding6[0x2C];
+ u8 padding6[0x1C];
+ void *unk98;
+ u8 padding7[0xC];
struct UnkStruct_02046444 * unkA8;
};
|