diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-11-07 17:50:29 -0600 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-11-07 17:50:29 -0600 |
commit | 713221ad1f268814f599ec90c103094ce6d307ef (patch) | |
tree | 70604567ddf65eaf47db0d418f654bf5098a89e7 | |
parent | df9385ed9e221a5a59b03b14e32988d8bd31fe3b (diff) |
forgot to fix the type on this struct
-rw-r--r-- | include/save.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/save.h b/include/save.h index c4d8ca6..f507acc 100644 --- a/include/save.h +++ b/include/save.h @@ -17,7 +17,7 @@ struct UnkStruct_203B184 { /* 0x1C */ u32 unk1C; /* 0x20 */ u32 unk20; /* 0x24 */ u8 *unk24; - /* 0x28 */ u32 *unk28; + /* 0x28 */ u8 *unk28; /* 0x2C */ u32 unk2C; /* 0x30 */ struct unkTimeStruct *unk30; u32 unk34; |