diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-07-22 23:43:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 23:43:21 +0100 |
commit | 6c7a70938532c2f61999c841fe792d1c1819fc6a (patch) | |
tree | b2d24fe857d7a86b576c9c10b86fb9ca07816d91 /include/script.h | |
parent | 170851c800b6fe34ba466318e4f1c177bf50a84a (diff) | |
parent | a917f956c984513f7ef3a5f22f42d9527331b9af (diff) |
Merge branch 'master' into split-mod33
Diffstat (limited to 'include/script.h')
-rw-r--r-- | include/script.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/script.h b/include/script.h index 75b65f90..f6eec142 100644 --- a/include/script.h +++ b/include/script.h @@ -33,7 +33,8 @@ struct UnkSavStruct80 struct UnkStruct_0204639C *unk10;
u8 padding2[0x8];
u32 *mapId; //0x1C
- u8 padding3[0x18];
+ u8 padding3[0x14];
+ u32 unk34;
u32 unk38;
u8 padding4[0x24];
u32 unk60;
|