diff options
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r-- | battle/effect_commands.asm | 2 |
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 |