Cleanup fix from 5922 (#5927)
This commit is contained in:
parent
e040dcb0b4
commit
92c0039a23
1 changed files with 0 additions and 2 deletions
|
@ -964,9 +964,7 @@ bool32 ShouldSwitch(u32 battler)
|
||||||
if (i == gBattleStruct->monToSwitchIntoId[battlerIn2])
|
if (i == gBattleStruct->monToSwitchIntoId[battlerIn2])
|
||||||
continue;
|
continue;
|
||||||
if (IsAceMon(battler, i))
|
if (IsAceMon(battler, i))
|
||||||
{
|
|
||||||
continue;
|
continue;
|
||||||
}
|
|
||||||
|
|
||||||
availableToSwitch++;
|
availableToSwitch++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue