Update src/pokedex.c
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
This commit is contained in:
parent
6846d3f6b6
commit
ee183db813
1 changed files with 2 additions and 0 deletions
|
@ -4264,8 +4264,10 @@ u16 GetSpeciesHeightWeight(u16 species, u8 data)
|
|||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
return GetPokedexHeightWeight(SpeciesToNationalPokedexNum(species), data);
|
||||
}
|
||||
}
|
||||
|
||||
s8 GetSetPokedexFlag(u16 nationalDexNo, u8 caseID)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue