diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-07-02 03:26:50 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-07-02 03:26:50 -0400 |
commit | c42b5d783aeb90ea194d5cd72f8b180cc8878cb8 (patch) | |
tree | be12a032bab939966bb792cd248ccd925bcef1f5 /src | |
parent | 64d06f4c8fe9710863a370911cc4dd3405992d31 (diff) |
Fix 'determining' typo
Diffstat (limited to 'src')
-rw-r--r-- | src/battle_ai_script_commands.c | 2 |
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[] = |