mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
one line cleanup in summary_screen
This commit is contained in:
parent
fabbbdd02a
commit
085e793460
@ -1500,7 +1500,7 @@ static void sub_81C0604(u8 taskId, s8 a)
|
||||
}
|
||||
r4_2 = sub_80D214C(pssData->monList.boxMons, pssData->curMonIndex, pssData->maxMonIndex, a);
|
||||
}
|
||||
else if (IsMultiBattle() == 1)
|
||||
else if (IsMultiBattle() == TRUE)
|
||||
{
|
||||
r4_2 = sub_81C09B4(a);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user