summaryrefslogtreecommitdiff
path: root/include/pokeball.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-09-04 23:40:09 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-09-04 23:40:09 -0400
commit008a0504b5fd6a5e633e1be3bbe1f10e28bbe9d3 (patch)
tree2dd04031f0d98c46db80de5c1bf7718c91b01514 /include/pokeball.h
parent1de75f32304d880d96f38778cd4b711ec5bc760b (diff)
Make static labels static
Diffstat (limited to 'include/pokeball.h')
-rw-r--r--include/pokeball.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokeball.h b/include/pokeball.h
index 19f813415..0a709c869 100644
--- a/include/pokeball.h
+++ b/include/pokeball.h
@@ -7,5 +7,6 @@ void CreatePokeballSprite(u8 r0, u8 r1, u8 r2, u8 r3, u8 s1, u8 s2, u8 s3, u32 s
void sub_804777C(u8);
void sub_80478DC(u8);
void sub_804794C(u8);
+u8 sub_8047580(u8, u8, u8, u8, u8, u8, u8, u32);
#endif // GUARD_POKEBALL_H