mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-20 06:07:26 -05: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
|