Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…emerald into ai_switch_mon_fix
  • Loading branch information
DizzyEggg committed Aug 29, 2023
2 parents 44acd28 + be0861b commit 00e1542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/battle_ai_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 00e1542

Please sign in to comment.