diff options
author | YamaArashi <shadow962@live.com> | 2017-01-16 14:42:15 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-16 14:42:15 -0800 |
commit | 46fbe5531b370a2f932e3f204de1e7527a5a3b6d (patch) | |
tree | b029d7f596409b83651f6cb635dbe26971577fa4 | |
parent | 7c3a90bf0181127fab4cd98ad4a3173a2984f51e (diff) |
fix incorrect comment
-rw-r--r-- | engine/battle/moveEffects/haze_effect.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/moveEffects/haze_effect.asm b/engine/battle/moveEffects/haze_effect.asm index bd20f231..06907bcc 100644 --- a/engine/battle/moveEffects/haze_effect.asm +++ b/engine/battle/moveEffects/haze_effect.asm @@ -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] |