Fix height call (#4195)

This commit is contained in:
Bassoonian 2024-02-15 13:07:31 +01:00 committed by GitHub
parent ab2260a81e
commit 6a61e6525e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,7 @@ static u32 GetMonSize(u16 species, u16 b)
u32 height;
u32 var;
height = GetSpeciesWeight(species);
height = GetSpeciesHeight(species);
var = TranslateBigMonSizeTableIndex(b);
unk0 = sBigMonSizeTable[var].unk0;
unk2 = sBigMonSizeTable[var].unk2;