Fix height call (#4195)
This commit is contained in:
parent
ab2260a81e
commit
6a61e6525e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue