diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-01-16 15:16:13 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-01-16 15:16:13 -0500 |
| commit | 02598831824a605fe66fe09dcdef7ad399dc0d7d (patch) | |
| tree | f969d2a7916010308633f25c970610d1a484d981 /engine/battle/moveEffects/heal_effect.asm | |
| parent | More BankF documentation (diff) | |
| download | pokeyellow-02598831824a605fe66fe09dcdef7ad399dc0d7d.tar.gz pokeyellow-02598831824a605fe66fe09dcdef7ad399dc0d7d.tar.xz pokeyellow-02598831824a605fe66fe09dcdef7ad399dc0d7d.zip | |
More bankF documentation.
PrintCriticalOHKOText to AdjustDamageForMoveType
Diffstat (limited to 'engine/battle/moveEffects/heal_effect.asm')
| -rw-r--r-- | engine/battle/moveEffects/heal_effect.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/moveEffects/heal_effect.asm b/engine/battle/moveEffects/heal_effect.asm index 7a1983d7..418f7df7 100644 --- a/engine/battle/moveEffects/heal_effect.asm +++ b/engine/battle/moveEffects/heal_effect.asm @@ -3,7 +3,7 @@ HealEffect_: ; f62ba (3d:62ba) and a ld de, wBattleMonHP ld hl, wBattleMonMaxHP - ld a, [W_PLAYERMOVENUM] + ld a, [wPlayerMoveNum] jr z, .healEffect ld de, wEnemyMonHP ld hl, wEnemyMonMaxHP |
