summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-07-02 03:26:50 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-07-02 03:26:50 -0400
commitc42b5d783aeb90ea194d5cd72f8b180cc8878cb8 (patch)
treebe12a032bab939966bb792cd248ccd925bcef1f5 /src
parent64d06f4c8fe9710863a370911cc4dd3405992d31 (diff)
Fix 'determining' typo
Diffstat (limited to 'src')
-rw-r--r--src/battle_ai_script_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_ai_script_commands.c b/src/battle_ai_script_commands.c
index 20705aa70..bb615e497 100644
--- a/src/battle_ai_script_commands.c
+++ b/src/battle_ai_script_commands.c
@@ -263,7 +263,7 @@ static const BattleAICmdFunc sBattleAICmdTable[] =
Cmd_if_holds_item, // 0x62
};
-// For the purposes of determing the most powerful move in a moveset, these
+// For the purposes of determining the most powerful move in a moveset, these
// moves are treated the same as having a power of 0 or 1
#define IGNORED_MOVES_END 0xFFFF
static const u16 sIgnoredPowerfulMoveEffects[] =