summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-06-28 14:37:06 -0400
committerscnorton <scnorton@biociphers.org>2017-06-28 14:37:06 -0400
commita7a374266fec8eb34208f8b7008e769cfb0da327 (patch)
tree38fd48b037ded8155bbe659dffcc26332afd3d08 /include
parentc0b4472f9547e334aa449f6cdbc1078d2190fb0f (diff)
Move static function declarations to top of c file, and exported declarations to appropriate headers
Diffstat (limited to 'include')
-rwxr-xr-xinclude/pokeblock.h4
-rw-r--r--include/use_pokeblock.h10
2 files changed, 14 insertions, 0 deletions
diff --git a/include/pokeblock.h b/include/pokeblock.h
index fdaaf5fc2..c2a1ff860 100755
--- a/include/pokeblock.h
+++ b/include/pokeblock.h
@@ -22,6 +22,10 @@ extern u8 gUnknown_0203924C;
extern const u8 *gUnknown_03000758;
void sub_810B96C(void);
+u8 sub_810BA50(s16, s16, u8);
+u8 sub_810C9B0(struct Pokeblock *);
+s16 sub_810CA9C(const struct Pokeblock *, u8);
+u8 sub_810C9E8(struct Pokeblock *);
void sub_810BA7C(u8);
void ClearPokeblocks(void);
bool8 sub_810CA6C(u8);
diff --git a/include/use_pokeblock.h b/include/use_pokeblock.h
new file mode 100644
index 000000000..41cf66665
--- /dev/null
+++ b/include/use_pokeblock.h
@@ -0,0 +1,10 @@
+//
+// Created by Scott Norton on 6/28/17.
+//
+
+#ifndef POKERUBY_USE_POKEBLOCK_H
+#define POKERUBY_USE_POKEBLOCK_H
+
+void sub_8136130(struct Pokeblock *, MainCallback);
+
+#endif //POKERUBY_USE_POKEBLOCK_H