summaryrefslogtreecommitdiff
path: root/battle/effect_commands.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2015-09-09 15:05:19 -0600
committerIIMarckus <iimarckus@gmail.com>2015-09-09 15:05:19 -0600
commit2e74d969f700f7eda40a84a75dfe8b4183d09683 (patch)
tree445453b722e12b77b94c7f562d3da53b1b7b22aa /battle/effect_commands.asm
parentcc0d5d4c8bb9721f8ab0354d87c8f6d848dbe23b (diff)
Fix typos in comments.
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r--battle/effect_commands.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index fd35756ee..e0bd41859 100644
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -285,7 +285,7 @@ CheckPlayerTurn:
cp $80
jr nc, .not_confused
- ; clear confussion-dependent substatus
+ ; clear confusion-dependent substatus
ld hl, PlayerSubStatus3
ld a, [hl]
and 1 << SUBSTATUS_CONFUSED