summaryrefslogtreecommitdiff
path: root/include/unk_0202A8F4.h
diff options
context:
space:
mode:
authorwho-knows-who <j.williams97@outlook.com>2021-02-27 17:57:20 +0000
committerwho-knows-who <j.williams97@outlook.com>2021-02-27 18:05:20 +0000
commit50eafa9b79d992f409a688fc7c8fb1029020130a (patch)
tree3da688f83fbe960c7314879a6b1d95ae4b6d7203 /include/unk_0202A8F4.h
parentf2284a721b91fc2af49bd2b5d1d43ff24de46ba6 (diff)
Move struct and function definitions to header files
Diffstat (limited to 'include/unk_0202A8F4.h')
-rw-r--r--include/unk_0202A8F4.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/include/unk_0202A8F4.h b/include/unk_0202A8F4.h
new file mode 100644
index 00000000..aaca6e56
--- /dev/null
+++ b/include/unk_0202A8F4.h
@@ -0,0 +1,26 @@
+#ifndef POKEDIAMOND_UNK_0202A8F4_H
+#define POKEDIAMOND_UNK_0202A8F4_H
+
+struct Unk0202A8F4
+{
+ u8 u_0;
+ u8 u_1;
+ u8 u_2;
+ u8 u_3;
+ u8 u_4;
+ u8 u_5;
+ u8 u_6;
+ u8 u_7;
+ u8 u_8;
+ u8 u_9;
+ u8 u_A;
+ u8 u_B;
+ u8 u_C;
+ u8 u_D;
+};
+
+u32 FUN_0202A8F4();
+void FUN_0202A8F8(struct Unk0202A8F4 *unk);
+void *FUN_0202A918(struct SaveBlock2 *sav2);
+
+#endif //POKEDIAMOND_UNK_0202A8F4_H