diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-07-18 15:52:03 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-07-18 15:52:03 -0500 |
| commit | 148d3f3cf28f9c270e3d5043af0692d95bc731c5 (patch) | |
| tree | cf803f89ccc700b679154cee4dad3312d108c1cc /engine/battle/moveEffects/drain_hp_effect.asm | |
| parent | Simplify map connections (diff) | |
| download | pokeyellow-148d3f3cf28f9c270e3d5043af0692d95bc731c5.tar.gz pokeyellow-148d3f3cf28f9c270e3d5043af0692d95bc731c5.tar.xz pokeyellow-148d3f3cf28f9c270e3d5043af0692d95bc731c5.zip | |
Consolidate coord macros
Diffstat (limited to 'engine/battle/moveEffects/drain_hp_effect.asm')
| -rw-r--r-- | engine/battle/moveEffects/drain_hp_effect.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/moveEffects/drain_hp_effect.asm b/engine/battle/moveEffects/drain_hp_effect.asm index be52e76d..1096794f 100644 --- a/engine/battle/moveEffects/drain_hp_effect.asm +++ b/engine/battle/moveEffects/drain_hp_effect.asm @@ -71,10 +71,10 @@ DrainHPEffect_: ; 783f (1:783f) .next ld a, [H_WHOSETURN] and a - hlCoord 10, 9 + coord hl, 10, 9 ld a, $1 jr z, .next2 - hlCoord 2, 2 + coord hl, 2, 2 xor a .next2 ld [wHPBarType], a |
