summaryrefslogtreecommitdiff
path: root/include/kangaskhan_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kangaskhan_storage.h')
-rw-r--r--include/kangaskhan_storage.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/include/kangaskhan_storage.h b/include/kangaskhan_storage.h
new file mode 100644
index 0000000..0d7ac52
--- /dev/null
+++ b/include/kangaskhan_storage.h
@@ -0,0 +1,41 @@
+#ifndef KANGASKHAN_STORAGE_H
+#define KANGASKHAN_STORAGE_H
+
+struct unkData
+{
+ u8 unk0[20];
+ u8 *array;
+};
+
+struct unkStruct_203B208
+{
+ // size: 0x14C
+ u32 unk0;
+ u32 currState;
+ u32 unk8;
+ u32 unkC;
+ u32 unk10;
+ u32 unk14;
+ u32 unk18;
+ u32 unk1C;
+ u32 unk20;
+ u8 fill24[0x58 - 0x24];
+ u32 unk58;
+ u8 unk5C[0xA8 - 0x5C];
+ u32 unkA8;
+ u8 unkAC[0xBC - 0xAC];
+ u32 unkBC;
+ u8 unkC0[0xD8 - 0xC0];
+ struct OpenedFile *faceFile;
+ u8 *faceData;
+ u16 unkE0;
+ u16 unkE2;
+ u8 unkE4;
+ u8 unkE5;
+ u8 unkE6;
+ u8 unkE7;
+ struct OpenedFile **unkE8;
+ struct unkData unkEC[4];
+};
+
+#endif