diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-08 16:00:56 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-08 17:33:35 -0500 |
commit | 1eb17b1921331db6015516d877c637d29cd25f98 (patch) | |
tree | 64854e7189d1c789494969f331189f510c631541 /src/script_pokemon_util_80F99CC.c | |
parent | fd4aa1ba8e80402b726501a91970cfd88a53f468 (diff) |
Some documentation of contest_link_80C2020
Diffstat (limited to 'src/script_pokemon_util_80F99CC.c')
-rw-r--r-- | src/script_pokemon_util_80F99CC.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |