diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-07-06 13:35:48 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-07-06 13:35:48 -0400 |
| commit | 9c9fb882c70650b82f4e684d12a5f5cf03d18ae6 (patch) | |
| tree | 38e83aa984862e0e6010e490f2092b9eaf5d5807 /engine/battle/moveEffects/one_hit_ko_effect.asm | |
| parent | More bank3d documentation. (diff) | |
| download | pokeyellow-9c9fb882c70650b82f4e684d12a5f5cf03d18ae6.tar.gz pokeyellow-9c9fb882c70650b82f4e684d12a5f5cf03d18ae6.tar.xz pokeyellow-9c9fb882c70650b82f4e684d12a5f5cf03d18ae6.zip | |
Complete documentation of bank3d
todo: label functions past engine/items/tm_prices.asm
check if hlCoords are correct.
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 cc0eca7b..f859f9c4 100644 --- a/engine/battle/moveEffects/one_hit_ko_effect.asm +++ b/engine/battle/moveEffects/one_hit_ko_effect.asm @@ -1,4 +1,4 @@ -OneHitKOEffect_: ; 33f57 (c:7f57) +OneHitKOEffect_: ; f64db (3d:64db) ld hl, W_DAMAGE xor a ld [hli], a |
