summaryrefslogtreecommitdiff
path: root/include/contest.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-08-13 03:09:47 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-08-13 16:27:40 -0400
commit4911849723195b1b7228a28bb294072070376b2e (patch)
treedccaea194d86b3145b2a8b1ad5b80b50bfd1e1a3 /include/contest.h
parentaca50c87beaa88f66ca2a8602c23411fd20b0884 (diff)
Document link contest connection
Diffstat (limited to 'include/contest.h')
-rw-r--r--include/contest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/contest.h b/include/contest.h
index 1cad71705..5808cb925 100644
--- a/include/contest.h
+++ b/include/contest.h
@@ -322,7 +322,7 @@ extern u8 gContestMonPartyIndex;
extern u8 gContestPlayerMonIndex;
extern u8 gContestantTurnOrder[CONTESTANT_COUNT];
extern u8 gLinkContestFlags;
-extern u8 gUnknown_02039F2B;
+extern u8 gContestLinkLeaderIndex;
extern u16 gSpecialVar_ContestCategory;
extern u16 gSpecialVar_ContestRank;
extern u8 gNumLinkContestPlayers;
@@ -342,7 +342,7 @@ void CreateContestMonFromParty(u8 partyIndex);
void SetContestants(u8 contestType, u8 rank);
void SetLinkAIContestants(u8 contestType, u8 rank, bool32 isPostgame);
u8 GetContestEntryEligibility(struct Pokemon *pkmn);
-void sub_80DB09C(u8 contestCategory);
+void CalculateRound1Points(u8 contestCategory);
bool8 IsSpeciesNotUnown(u16 species);
bool8 Contest_IsMonsTurnDisabled(u8 a);
void SaveLinkContestResults(void);