Update src/battle_ai_main.c

Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
This commit is contained in:
DizzyEggg 2023-08-08 20:03:19 +02:00 committed by GitHub
parent f72ec368fc
commit be0861b746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;