Update src/battle_controller_opponent.c
This commit is contained in:
parent
293a880238
commit
41ae8ecdb7
1 changed files with 1 additions and 1 deletions
|
@ -1701,7 +1701,7 @@ static void OpponentHandleChoosePokemon(void)
|
|||
&& chosenMonId != gBattlerPartyIndexes[battler2]
|
||||
&& (!(AI_THINKING_STRUCT->aiFlags & AI_FLAG_ACE_POKEMON)
|
||||
|| chosenMonId != CalculateEnemyPartyCount() - 1
|
||||
|| CountAIAliveNonEggMonsExcept(PARTY_SIZE) == pokemonInBattle))
|
||||
|| CountAIAliveNonEggMonsExcept(PARTY_SIZE) == pokemonInBattle))
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue