summaryrefslogtreecommitdiff
path: root/include/pokeball.h
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-06-27 15:01:18 -0400
committerscnorton <scnorton@biociphers.org>2017-06-27 15:01:18 -0400
commit00c7dee919c8f93b8519a7eede2c41ba2ddcaf08 (patch)
tree5707f8764920abcd4cffca84c675e5c53c32559d /include/pokeball.h
parent3d9eb18add0d8a9eb5bfa77fc64cd7b1f37fea5d (diff)
parent06b6cada0ddedc62063171703ba6607019751a9a (diff)
Merge branch 'master' into pokemon_data
Diffstat (limited to 'include/pokeball.h')
-rw-r--r--include/pokeball.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/pokeball.h b/include/pokeball.h
new file mode 100644
index 000000000..19f813415
--- /dev/null
+++ b/include/pokeball.h
@@ -0,0 +1,11 @@
+#ifndef GUARD_POKEBALL_H
+#define GUARD_POKEBALL_H
+
+extern const struct SpriteTemplate gBallSpriteTemplates[];
+
+void CreatePokeballSprite(u8 r0, u8 r1, u8 r2, u8 r3, u8 s1, u8 s2, u8 s3, u32 s4);
+void sub_804777C(u8);
+void sub_80478DC(u8);
+void sub_804794C(u8);
+
+#endif // GUARD_POKEBALL_H