summaryrefslogtreecommitdiff
path: root/include/use_pokeblock.h
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-07-06 19:28:57 -0500
committercamthesaxman <cameronghall@cox.net>2017-07-06 19:28:57 -0500
commit4aa1b44315ee26fa60015a99ccd51f900e5597fd (patch)
treefdcac19f28b2e4febd96a895e72fce122b9e3b15 /include/use_pokeblock.h
parentad7a7222a538380b446f9aecde44c5222ff3b68a (diff)
parente39f55f55080108ced3ff5cb16b2181d7fec9d92 (diff)
fix merge conflicts
Diffstat (limited to 'include/use_pokeblock.h')
-rwxr-xr-xinclude/use_pokeblock.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/use_pokeblock.h b/include/use_pokeblock.h
new file mode 100755
index 000000000..978476d89
--- /dev/null
+++ b/include/use_pokeblock.h
@@ -0,0 +1,13 @@
+//
+// Created by Scott Norton on 5/31/17.
+//
+
+#ifndef POKERUBY_USE_POKEBLOCK_H
+#define POKERUBY_USE_POKEBLOCK_H
+
+extern void *gUnknown_02030400;
+extern s16 gUnknown_02039312;
+
+void sub_8136130(struct Pokeblock *, MainCallback);
+
+#endif //POKERUBY_USE_POKEBLOCK_H