diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-04 09:59:40 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-04 09:59:40 -0400 |
commit | c99894bc60e73f303500d604cf852ee7afc46abb (patch) | |
tree | 6959fc90bc4b28e054dd4dc8f822e2f3761857e7 /include/pokemon.h | |
parent | 0ecc1876a9cb8e31b1aa0879bf2b9e9c87271858 (diff) |
Document Pokemon Summary Screen, 1
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 6027b9b5a..075a50792 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -417,7 +417,7 @@ void AdjustFriendship(struct Pokemon *mon, u8 event); void MonGainEVs(struct Pokemon *mon, u16 defeatedSpecies); u16 GetMonEVCount(struct Pokemon *mon); void RandomlyGivePartyPokerus(struct Pokemon *party); -u8 CheckPartyPokerus(struct Pokemon *party, u8 selection); +u8 CheckPartyPokerus(struct Pokemon *party, u8 party_bm); u8 CheckPartyHasHadPokerus(struct Pokemon *party, u8 selection); void PartySpreadPokerus(struct Pokemon *party); bool8 TryIncrementMonLevel(struct Pokemon *mon); |