mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-26 02:14:22 -05:00
test/species.c: Only enabled species
This commit is contained in:
parent
36aec16b00
commit
d57cc5f373
|
|
@ -106,7 +106,7 @@ TEST("No species has two evolutions that use the evolution tracker")
|
|||
|
||||
for (i = 0; i < NUM_SPECIES; i++)
|
||||
{
|
||||
if (GetSpeciesEvolutions(i) != NULL) PARAMETRIZE { species = i; }
|
||||
if (IsSpeciesEnabled(i) && GetSpeciesEvolutions(i) != NULL) PARAMETRIZE { species = i; }
|
||||
}
|
||||
|
||||
evolutionTrackerEvolutions = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user