From 713221ad1f268814f599ec90c103094ce6d307ef Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Sat, 7 Nov 2020 17:50:29 -0600 Subject: forgot to fix the type on this struct --- include/save.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/save.h') 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; -- cgit v1.2.3