Merge branch 'rhh_pokemon_expansion_formsDexData' of https://github.com/TheXaman/pokeemerald into rhh_pokemon_expansion_formsDexData
This commit is contained in:
commit
1724d3304e
1 changed files with 2 additions and 0 deletions
|
@ -4264,8 +4264,10 @@ u16 GetSpeciesHeightWeight(u16 species, u8 data)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
return GetPokedexHeightWeight(SpeciesToNationalPokedexNum(species), data);
|
return GetPokedexHeightWeight(SpeciesToNationalPokedexNum(species), data);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
s8 GetSetPokedexFlag(u16 nationalDexNo, u8 caseID)
|
s8 GetSetPokedexFlag(u16 nationalDexNo, u8 caseID)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue