Fixed unintended form behavior (#4299)
This commit is contained in:
parent
795b927dfc
commit
88565970c8
1 changed files with 1 additions and 1 deletions
|
@ -4554,7 +4554,7 @@ u16 NationalPokedexNumToSpecies(u16 nationalNum)
|
|||
if (species == NUM_SPECIES)
|
||||
return NATIONAL_DEX_NONE;
|
||||
|
||||
return species;
|
||||
return GET_BASE_SPECIES_ID(species);
|
||||
}
|
||||
|
||||
u16 NationalToHoennOrder(u16 nationalNum)
|
||||
|
|
Loading…
Reference in a new issue