fix incorrect comment

This commit is contained in:
YamaArashi 2017-01-16 14:42:15 -08:00
parent 7c3a90bf01
commit 46fbe5531b

View file

@ -12,6 +12,7 @@ HazeEffect_:
ld hl, wEnemyMonUnmodifiedAttack
ld de, wEnemyMonAttack
call ResetStats
; cure non-volatile status, but only for the target
ld hl, wEnemyMonStatus
ld de, wEnemySelectedMove
ld a, [H_WHOSETURN]
@ -46,7 +47,6 @@ HazeEffect_:
jp PrintText
CureVolatileStatuses:
; only cures statuses of the Pokemon not using Haze
res Confused, [hl]
inc hl ; BATTSTATUS2
ld a, [hl]