Skip to content

Commit

Permalink
Fix height call (#4195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bassoonian authored Feb 15, 2024
1 parent ab2260a commit 6a61e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pokemon_size_record.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6a61e65

Please sign in to comment.