From c99894bc60e73f303500d604cf852ee7afc46abb Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 4 Apr 2021 09:59:40 -0400 Subject: Document Pokemon Summary Screen, 1 --- include/pokemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/pokemon.h') 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); -- cgit v1.2.3