Merge branch 'rhh_pokemon_expansion_formsDexData' of https://github.com/TheXaman/pokeemerald into rhh_pokemon_expansion_formsDexData

This commit is contained in:
TheXaman 2022-01-05 22:06:25 +01:00
commit 1724d3304e

View file

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