fix indentation
This commit is contained in:
parent
6faa63347a
commit
266a23b327
1 changed files with 43 additions and 44 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue