Document PokemonUseItemEffects

This commit is contained in:
GriffinR
2021-02-12 14:54:11 -05:00
parent 78925916f3
commit 8634710996
8 changed files with 473 additions and 442 deletions
+1 -1
View File
@@ -5105,7 +5105,7 @@ static void TryEvolvePokemon(void)
levelUpBits &= ~(gBitTable[i]);
gLeveledUpInBattle = levelUpBits;
species = GetEvolutionTargetSpecies(&gPlayerParty[i], 0, levelUpBits);
species = GetEvolutionTargetSpecies(&gPlayerParty[i], EVO_MODE_NORMAL, levelUpBits);
if (species != SPECIES_NONE)
{
FreeAllWindowBuffers();