Split contest funcs from script_pokemon_util

This commit is contained in:
GriffinR
2020-08-13 17:42:12 -04:00
parent 4911849723
commit 3779422489
21 changed files with 744 additions and 764 deletions
+3
View File
@@ -7,5 +7,8 @@ void StartContest(void);
void BufferContestantMonSpecies(void);
void ShowContestResults(void);
void ContestLinkTransfer(u8);
void ShowContestWinnerPainting(void);
u16 GetContestRand(void);
u8 CountPlayerContestPaintings(void);
#endif // GUARD_CONTEST_UTIL_H