summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2020-10-09 15:16:49 -0500
committerSeth Barberee <seth.barberee@gmail.com>2020-10-09 15:16:49 -0500
commita391aaa3f60cc0658f62c283e02cb8fbbbceb090 (patch)
tree3e19f04be9a1b84fd0b59f312046065e92d2ae60 /include
parentada5402dc07b2a65d647aa82aef5336c2b3c38ee (diff)
unify save defines and decomp more save stuff
Diffstat (limited to 'include')
-rw-r--r--include/save.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/include/save.h b/include/save.h
new file mode 100644
index 0000000..6d0f568
--- /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 */ u32 unk8;
+ /* 0xC */ u32 unkC;
+ /* 0x10 */ u32 unk10;
+ /* 0x14 */ u32 unk14;
+ /* 0x18 */ u32 unk18;
+ /* 0x1C */ u32 unk1C;
+ /* 0x20 */ u32 unk20;
+ /* 0x24 */ u32 unk24;
+ /* 0x28 */ u32 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;
+};
+