diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-28 17:55:14 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-28 17:55:14 -0500 |
| commit | 2e3b58e6207997315cd69bf50968494b3b2b982b (patch) | |
| tree | 104e499b82988166a41f778ac9f6e5132f307022 /engine/battle/moveEffects/one_hit_ko_effect.asm | |
| parent | Bank9 misc. functions (diff) | |
| download | pokeyellow-2e3b58e6207997315cd69bf50968494b3b2b982b.tar.gz pokeyellow-2e3b58e6207997315cd69bf50968494b3b2b982b.tar.xz pokeyellow-2e3b58e6207997315cd69bf50968494b3b2b982b.zip | |
BankA misc functions
predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_
Diffstat (limited to 'engine/battle/moveEffects/one_hit_ko_effect.asm')
| -rw-r--r-- | engine/battle/moveEffects/one_hit_ko_effect.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/moveEffects/one_hit_ko_effect.asm b/engine/battle/moveEffects/one_hit_ko_effect.asm index 12f70b90..28973356 100644 --- a/engine/battle/moveEffects/one_hit_ko_effect.asm +++ b/engine/battle/moveEffects/one_hit_ko_effect.asm @@ -34,5 +34,5 @@ OneHitKOEffect_: ; f64db (3d:64db) .userIsSlower ; keep damage at 0 and set move missed flag if target's current speed is higher instead ld a, $1 - ld [W_MOVEMISSED], a + ld [wMoveMissed], a ret |
