diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-12-31 18:30:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-31 18:30:16 -0600 |
commit | 87cd9885a9f8b38a76ab6add4a634e2a8a4837ee (patch) | |
tree | 9e7e3352cc63bf5665d192c8ebbdfd6032641f74 /include/save.h | |
parent | 01ec8edb40c0662863e2fd14395a057be852e060 (diff) |
Friend Area Decomp Work (#15)
split out and work on friend area stuff
Diffstat (limited to 'include/save.h')
-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 37309cf..29864f1 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 */ u8 *unk28; + /* 0x28 */ u8 *BoughtFriendAreas; /* 0x2C */ u32 unk2C; /* 0x30 */ struct unkTimeStruct *unk30; u32 unk34; |