summaryrefslogtreecommitdiff
path: root/include/pokeball.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2017-10-31 13:04:52 -0500
committerGitHub <noreply@github.com>2017-10-31 13:04:52 -0500
commit4cb8528d94216f69c4a37d470c1d5f3487a87239 (patch)
tree32cba14641d7f357b07ae227459fd4b059e22267 /include/pokeball.h
parent5ea2f463d71d0bc2663e70a553557de0ccf40eef (diff)
parentf724213a040f3c6a2f9685d52ae4e06d57aa0c41 (diff)
Merge pull request #94 from DizzyEggg/decompile_battle_controllers
Decompile ALL battle controllers
Diffstat (limited to 'include/pokeball.h')
-rw-r--r--include/pokeball.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/pokeball.h b/include/pokeball.h
new file mode 100644
index 000000000..76f084465
--- /dev/null
+++ b/include/pokeball.h
@@ -0,0 +1,8 @@
+#ifndef GUARD_POKEBALL_H
+#define GUARD_POKEBALL_H
+
+u8 sub_80753E8(u16, u8);
+void sub_8076918(u8 bank);
+void DoHitAnimHealthboxEffect(u8 bank);
+
+#endif // GUARD_POKEBALL_H