summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authortgsm <doodrabbit@hotmail.com>2021-05-24 18:23:47 -0400
committertgsm <doodrabbit@hotmail.com>2021-05-24 18:23:47 -0400
commitd523142098cb0d0fb37eca7d91931859776b085d (patch)
treeeb0ce57a2ffa307da47026fb9d862bd2c208279d /include
parentfebbf5dc3d673ae40df7b6c545a40e945e6eda17 (diff)
Decompile unk_0206439C
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