From 1eb17b1921331db6015516d877c637d29cd25f98 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 8 Apr 2019 16:00:56 -0400 Subject: Some documentation of contest_link_80C2020 --- include/contest.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/contest.h') diff --git a/include/contest.h b/include/contest.h index eb40cdb62..bf2613fe3 100644 --- a/include/contest.h +++ b/include/contest.h @@ -262,9 +262,9 @@ void LoadContestBgAfterMoveAnim(void); void CB2_StartContest(void); void Contest_CreatePlayerMon(u8); void Contest_InitAllPokemon(u8, u8); -u8 sub_80AE47C(struct Pokemon *party); -u16 sub_80AE770(u8, u8); -void sub_80AE82C(u8); +u8 CanMonParticipateInContest(struct Pokemon *party); +u16 InitContestMonConditionI(u8, u8); +void InitContestMonConditions(u8); u8 IsSpeciesNotUnown(u16); void sub_80AF668(void); void sub_80B0F28(u8); -- cgit v1.2.3