From be0861b7468ad86ccd62998b111e7491e0eca52f Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Tue, 8 Aug 2023 20:03:19 +0200 Subject: [PATCH] Update src/battle_ai_main.c Co-authored-by: LOuroboros --- src/battle_ai_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/battle_ai_main.c b/src/battle_ai_main.c index c305405c5..5ab24f943 100644 --- a/src/battle_ai_main.c +++ b/src/battle_ai_main.c @@ -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;