mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-31 16:30:00 +01:00
Update src/battle_ai_main.c
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
This commit is contained in:
parent
f72ec368fc
commit
be0861b746
@ -508,7 +508,7 @@ static u8 ChooseMoveOrAction_Singles(void)
|
||||
|
||||
gActiveBattler = sBattler_AI;
|
||||
|
||||
// Swith mon if there are no good moves to use.
|
||||
// Switch mon if there are no good moves to use.
|
||||
if (AI_ShouldSwitchIfBadMoves(sBattler_AI, FALSE))
|
||||
return AI_CHOICE_SWITCH;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user