summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/unk_0206439C.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/unk_0206439C.h b/include/unk_0206439C.h
new file mode 100644
index 00000000..6d094e5c
--- /dev/null
+++ b/include/unk_0206439C.h
@@ -0,0 +1,15 @@
+#ifndef POKEDIAMOND_UNK_0206439C_H
+#define POKEDIAMOND_UNK_0206439C_H
+
+struct Pokemon;
+struct SaveBlock2;
+
+struct UnkStruct_0206439C
+{
+ struct Pokemon* pokemon;
+ void* unk4;
+};
+
+struct UnkStruct_0206439C* FUN_0206439C(u32 heap_id, u8 mon_idx, struct SaveBlock2* sav2);
+
+#endif