mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
10 lines
269 B
C
10 lines
269 B
C
#ifndef GUARD_SCRIPT_POKEMON_UTIL_80F87D8_H
|
|
#define GUARD_SCRIPT_POKEMON_UTIL_80F87D8_H
|
|
|
|
u16 sub_80F903C(void);
|
|
void ReducePlayerPartyToSelectedMons(void);
|
|
void HealPlayerParty(void);
|
|
u8 CountPlayerContestPaintings(void);
|
|
|
|
#endif // GUARD_SCRIPT_POKEMON_UTIL_80F87D8_H
|