aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/moveEffects/drain_hp_effect.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/moveEffects/drain_hp_effect.asm')
-rw-r--r--engine/battle/moveEffects/drain_hp_effect.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/moveEffects/drain_hp_effect.asm b/engine/battle/moveEffects/drain_hp_effect.asm
index 46d61196..2af286a8 100644
--- a/engine/battle/moveEffects/drain_hp_effect.asm
+++ b/engine/battle/moveEffects/drain_hp_effect.asm
@@ -85,7 +85,7 @@ DrainHPEffect_: ; 76e7 (1:76e7)
ld hl, SuckedHealthText
ld a, [H_WHOSETURN]
and a
- ld a, [W_PLAYERMOVEEFFECT]
+ ld a, [wPlayerMoveEffect]
jr z, .next3
ld a, [wEnemyMoveEffect]
.next3