summaryrefslogtreecommitdiff
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
new file mode 100644
index 00000000..37655429
--- /dev/null
+++ b/include/proto.h
@@ -0,0 +1,13 @@
+#ifndef POKEDIAMOND_PROTO_H
+#define POKEDIAMOND_PROTO_H
+
+// For homeless function declarations
+
+u16 * FUN_0200AA50(u16 species, u32 heap_id);
+void FUN_02021A74(u16 * dest, u16 * src);
+void FUN_02021A20(void * ptr);
+void FUN_02021E28(u16 * dest, u16 * src);
+u32 FUN_0206E7B8(u16 item, u32 a1, u32 a2);
+u32 GetArceusTypeByPlate(u16 plate);
+
+#endif //POKEDIAMOND_PROTO_H