Standardize spelling of "canceler"

just a quick grep -r and regex substitution, but didn't see anything wrong in the diffs during a quick proofread
This commit is contained in:
mitsunee
2025-11-15 12:11:32 +01:00
parent 1a9fbbcfba
commit 73ec0813e1
4 changed files with 52 additions and 52 deletions

View File

@@ -927,7 +927,7 @@ static void Cmd_attackcanceler(void)
gBattlescriptCurrInstr = BattleScript_MoveEnd;
return;
}
if (AtkCanceller_UnableToUseMove())
if (AtkCanceler_UnableToUseMove())
return;
if (AbilityBattleEffects(ABILITYEFFECT_MOVES_BLOCK, gBattlerTarget, 0, 0, 0))
return;