diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-13 13:45:38 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-13 13:45:38 -0500 |
commit | ce0359cd02fb1ec42045b70ccef5e817e06058f0 (patch) | |
tree | 69e0d66e0e339e42eae279c97d22347db01d5973 /engine | |
parent | 80bbf5ac91c3696c8a526a6c8a2b71da7cf88a9d (diff) |
drain_hp_effect.asm
Diffstat (limited to 'engine')
-rw-r--r-- | engine/battle/moveEffects/drain_hp_effect.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/battle/moveEffects/drain_hp_effect.asm b/engine/battle/moveEffects/drain_hp_effect.asm index e977af32..0dc02e46 100644 --- a/engine/battle/moveEffects/drain_hp_effect.asm +++ b/engine/battle/moveEffects/drain_hp_effect.asm @@ -1,4 +1,4 @@ -DrainHPEffect_: ; 783f (1:783f) +DrainHPEffect_: ; 76e7 (1:76e7) ld hl, wDamage ld a, [hl] srl a ; divide damage by 2 @@ -95,10 +95,10 @@ DrainHPEffect_: ; 783f (1:783f) .printText jp PrintText -SuckedHealthText: ; 78dc (1:78dc) +SuckedHealthText: ; 7784 (1:7784) TX_FAR _SuckedHealthText db "@" -DreamWasEatenText: ; 78e1 (1:78e1) +DreamWasEatenText: ; 7789 (1:7789) TX_FAR _DreamWasEatenText db "@" |