mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-12-30 14:09:35 +13:00
fix incorrect comment
This commit is contained in:
parent
7c3a90bf01
commit
46fbe5531b
|
|
@ -12,6 +12,7 @@ HazeEffect_:
|
||||||
ld hl, wEnemyMonUnmodifiedAttack
|
ld hl, wEnemyMonUnmodifiedAttack
|
||||||
ld de, wEnemyMonAttack
|
ld de, wEnemyMonAttack
|
||||||
call ResetStats
|
call ResetStats
|
||||||
|
; cure non-volatile status, but only for the target
|
||||||
ld hl, wEnemyMonStatus
|
ld hl, wEnemyMonStatus
|
||||||
ld de, wEnemySelectedMove
|
ld de, wEnemySelectedMove
|
||||||
ld a, [H_WHOSETURN]
|
ld a, [H_WHOSETURN]
|
||||||
|
|
@ -46,7 +47,6 @@ HazeEffect_:
|
||||||
jp PrintText
|
jp PrintText
|
||||||
|
|
||||||
CureVolatileStatuses:
|
CureVolatileStatuses:
|
||||||
; only cures statuses of the Pokemon not using Haze
|
|
||||||
res Confused, [hl]
|
res Confused, [hl]
|
||||||
inc hl ; BATTSTATUS2
|
inc hl ; BATTSTATUS2
|
||||||
ld a, [hl]
|
ld a, [hl]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue