fix get base species id
This commit is contained in:
parent
f58bec2397
commit
a54d641943
1 changed files with 1 additions and 1 deletions
|
@ -1416,7 +1416,7 @@ void GenerateBattlePyramidWildMon(void)
|
|||
species = Random() % NUM_SPECIES;
|
||||
|
||||
// check if base species
|
||||
if (!GET_BASE_SPECIES_ID(species))
|
||||
if (GET_BASE_SPECIES_ID(species) != species)
|
||||
continue;
|
||||
|
||||
// check type
|
||||
|
|
Loading…
Reference in a new issue