fix indentation

This commit is contained in:
Kurausukun 2020-12-14 21:44:25 -05:00
parent 6faa63347a
commit 266a23b327

View file

@ -903,7 +903,6 @@ static u8 *GetConditionMenuMonString(u8 *dst, u16 boxId, u16 monId)
} }
else else
{ {
boxMon = GetBoxedMonPtr(box, mon); boxMon = GetBoxedMonPtr(box, mon);
gender = GetBoxMonGender(boxMon); gender = GetBoxMonGender(boxMon);
level = GetLevelFromBoxMonExp(boxMon); level = GetLevelFromBoxMonExp(boxMon);