summaryrefslogtreecommitdiff
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-02-07 13:40:14 -0800
committerYamaArashi <shadow962@live.com>2015-02-07 13:40:14 -0800
commit72265ab92abd235c2af6d26ae76dd0dcaecfd6ac (patch)
tree2fac98f8d74ef00f9e05c9366d3fc205ce05c53b /engine/battle/core.asm
parent83023cda1927525d942f53f87a11b642b979ea96 (diff)
comment drain HP effect
Diffstat (limited to 'engine/battle/core.asm')
-rwxr-xr-xengine/battle/core.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index c6cc5734..de6bc2e3 100755
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -3554,7 +3554,7 @@ CheckPlayerStatusConditions: ; 3d854 (f:5854)
ld a,[hld]
add a
ld b,a
- ld [wd0d8],a
+ ld [W_DAMAGE + 1],a
ld a,[hl]
rl a ; double the damage
ld [W_DAMAGE],a
@@ -6053,7 +6053,7 @@ CheckEnemyStatusConditions: ; 3e88f (f:688f)
ld a, [hld]
add a
ld b, a
- ld [wd0d8], a
+ ld [W_DAMAGE + 1], a
ld a, [hl]
rl a
ld [W_DAMAGE], a