Review changes for #835

This commit is contained in:
GriffinR
2019-10-11 22:23:05 -04:00
committed by huderlem
parent 714b122da6
commit 4e2be7ff5e
42 changed files with 100 additions and 100 deletions

View File

@@ -2580,7 +2580,7 @@ static u8 sub_8027A48(u8 id)
return gUnknown_02022C98->unk34[id];
}
void DoesPartyHaveDodrio(void)
void IsDodrioInParty(void)
{
int i;
for (i = 0; i < PARTY_SIZE; i++)

View File

@@ -2209,7 +2209,7 @@ bool32 IsSpeciesAllowedInPokemonJump(u16 species)
return GetPokemonJumpSpeciesIdx(species) > -1;
}
void DoesPartyHavePokemonJumpSpecies(void)
void IsPokemonJumpSpeciesInParty(void)
{
int i;