mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
9 lines
171 B
C
9 lines
171 B
C
#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
|