From 9c9fb882c70650b82f4e684d12a5f5cf03d18ae6 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Mon, 6 Jul 2015 13:35:48 -0400 Subject: Complete documentation of bank3d todo: label functions past engine/items/tm_prices.asm check if hlCoords are correct. --- engine/battle/moveEffects/one_hit_ko_effect.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/battle/moveEffects/one_hit_ko_effect.asm') 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 -- cgit v1.3.1-sl0p