Update src/pokedex.c

Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
This commit is contained in:
TheXaman 2022-01-05 21:17:20 +01:00 committed by GitHub
parent 6846d3f6b6
commit ee183db813
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4264,8 +4264,10 @@ u16 GetSpeciesHeightWeight(u16 species, u8 data)
}
}
else
{
return GetPokedexHeightWeight(SpeciesToNationalPokedexNum(species), data);
}
}
s8 GetSetPokedexFlag(u16 nationalDexNo, u8 caseID)
{