summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2020-11-07 17:50:29 -0600
committerSeth Barberee <seth.barberee@gmail.com>2020-11-07 17:50:29 -0600
commit713221ad1f268814f599ec90c103094ce6d307ef (patch)
tree70604567ddf65eaf47db0d418f654bf5098a89e7
parentdf9385ed9e221a5a59b03b14e32988d8bd31fe3b (diff)
forgot to fix the type on this struct
-rw-r--r--include/save.h2
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;