From 17087489c6b2466b1d4b2d22d7760604d3e755f8 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Fri, 1 Jun 2018 09:04:36 +0200 Subject: Miscellaneous fixes in the use of _command constants. --- engine/battle/effect_commands.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/battle/effect_commands.asm') diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm index fad5b27a0..c4bdd5de5 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -64,7 +64,7 @@ DoMove: ; 3402c inc hl ld [de], a inc de - cp -1 + cp endmove_command jr nz, .GetMoveEffect ; Start at the first command. -- cgit v1.2.3