summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAkira Akashi <rubenru09@aol.com>2021-05-24 23:47:08 +0100
committerGitHub <noreply@github.com>2021-05-24 23:47:08 +0100
commit1f92eced46da4bdd0c31cb27d1b110aa8a9d75dd (patch)
treeeb0ce57a2ffa307da47026fb9d862bd2c208279d /include
parentfebbf5dc3d673ae40df7b6c545a40e945e6eda17 (diff)
parentd523142098cb0d0fb37eca7d91931859776b085d (diff)
Merge pull request #387 from tgsm/unk_0206439C
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