diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-05-06 19:50:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-06 19:50:49 +0100 |
commit | 244d7c0ef36ca89f66007a3395209f6f542ea274 (patch) | |
tree | 54438b13630f4e82d225c447062393e73fb81294 /include/script.h | |
parent | b4f9d737d2880ae21e4ad2d250d62a29a5e36325 (diff) | |
parent | fead56db333c9eb3024ad4483c26a11a66ffe9f1 (diff) |
Merge pull request #370 from tgsm/unk_0208890C
Decompile unk_0208890C
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;
};
|