diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-11-19 11:27:18 -0600 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-11-19 11:27:18 -0600 |
commit | 5f8105180b15f04d48c72df2953d267c87d6148c (patch) | |
tree | 64b6ab71a45c858aee68509e11810d278decd93a /include/save.h | |
parent | 578522b3d344866c38e6e2e01e6b26ba6a5c0107 (diff) |
combining and doc'ing of playtime things
Diffstat (limited to 'include/save.h')
-rw-r--r-- | include/save.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/save.h b/include/save.h index f507acc..37309cf 100644 --- a/include/save.h +++ b/include/save.h @@ -9,8 +9,8 @@ struct unkTimeStruct struct UnkStruct_203B184 { /* 0x0 */ u32 *unk0; /* 0x4 */ u32 *unk4; - /* 0x8 */ u32 *unk8; - /* 0xC */ u32 *unkC; + /* 0x8 */ u8 *unk8; + /* 0xC */ u8 *unkC; /* 0x10 */ u32 *unk10; /* 0x14 */ u32 *unk14; /* 0x18 */ u32 unk18; |