diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-06 16:08:20 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-06 16:08:20 -0500 |
| commit | 6ddc025942a03802acf6a2731d7b46f2672ae74f (patch) | |
| tree | 97cf0f4bca92254f5e6d32bd78505bca9f6cda94 /engine/battle/moveEffects/drain_hp_effect.asm | |
| parent | BankD misc functions (diff) | |
| download | pokeyellow-6ddc025942a03802acf6a2731d7b46f2672ae74f.tar.gz pokeyellow-6ddc025942a03802acf6a2731d7b46f2672ae74f.tar.xz pokeyellow-6ddc025942a03802acf6a2731d7b46f2672ae74f.zip | |
engine/battle/trainer_ai.asm
Diffstat (limited to 'engine/battle/moveEffects/drain_hp_effect.asm')
| -rw-r--r-- | engine/battle/moveEffects/drain_hp_effect.asm | 2 |
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 0dc02e46..46d61196 100644 --- a/engine/battle/moveEffects/drain_hp_effect.asm +++ b/engine/battle/moveEffects/drain_hp_effect.asm @@ -87,7 +87,7 @@ DrainHPEffect_: ; 76e7 (1:76e7) and a ld a, [W_PLAYERMOVEEFFECT] jr z, .next3 - ld a, [W_ENEMYMOVEEFFECT] + ld a, [wEnemyMoveEffect] .next3 cp DREAM_EATER_EFFECT jr nz, .printText |
