diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-12-17 13:17:58 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 13:17:58 -0600 |
commit | 096de8d9b2ffd90c52e790296bfd7c5436d45ca3 (patch) | |
tree | 9c5af2e04dea05221c71946a5dfc06471f77801d /include/save.h | |
parent | bc504264f1e54b3c1e482710c592e5549828bfe1 (diff) | |
parent | f90f3affeb9b0a66aa7df68f5fdecd692033faf9 (diff) |
Merge pull request #12 from SethBarberee/master
Merge work from SethBarberee/pmd-red into pret.
Diffstat (limited to 'include/save.h')
-rw-r--r-- | include/save.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/include/save.h b/include/save.h new file mode 100644 index 0000000..37309cf --- /dev/null +++ b/include/save.h @@ -0,0 +1,34 @@ +struct unkTimeStruct +{ + u16 unk0; + u8 unk2; + u8 unk3; + u8 unk4; +}; + +struct UnkStruct_203B184 { + /* 0x0 */ u32 *unk0; + /* 0x4 */ u32 *unk4; + /* 0x8 */ u8 *unk8; + /* 0xC */ u8 *unkC; + /* 0x10 */ u32 *unk10; + /* 0x14 */ u32 *unk14; + /* 0x18 */ u32 unk18; + /* 0x1C */ u32 unk1C; + /* 0x20 */ u32 unk20; + /* 0x24 */ u8 *unk24; + /* 0x28 */ u8 *unk28; + /* 0x2C */ u32 unk2C; + /* 0x30 */ struct unkTimeStruct *unk30; + u32 unk34; + u32 unk38; + u32 unk3C; + u32 unk40; + u32 unk44; + u32 unk48; + u8 *unk04C; + u32 unk050; + u32 unk054; + u32 unk058; +}; + |