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 --- src/script_pokemon_util_80F99CC.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script_pokemon_util_80F99CC.c') diff --git a/src/script_pokemon_util_80F99CC.c b/src/script_pokemon_util_80F99CC.c index ebdcbf5fd..27cd8992f 100644 --- a/src/script_pokemon_util_80F99CC.c +++ b/src/script_pokemon_util_80F99CC.c @@ -139,7 +139,7 @@ void sub_80F9C00(void) for (i = 0; i < gPlayerPartyCount; i++) { - switch (sub_80AE47C(&gPlayerParty[i])) + switch (CanMonParticipateInContest(&gPlayerParty[i])) { case 0: case 3: -- cgit v1.2.3