summaryrefslogtreecommitdiff
path: root/engine/battle/effect_commands.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-06-05 07:04:54 -0400
committerGitHub <noreply@github.com>2018-06-05 07:04:54 -0400
commitdbf05e48ebe2cd841a3d710f5bc9f24db2f068a0 (patch)
tree2b05ffe9e84a2c6212da18169141cfaa1ed40dd4 /engine/battle/effect_commands.asm
parentc61d6a3a5a602d5594071e9446bb3d93b5d99a75 (diff)
parent6f4e968b7038a2478c6bcf98b71aa81ed9d21f6a (diff)
Merge pull request #517 from mid-kid/master
Some fixes all around
Diffstat (limited to 'engine/battle/effect_commands.asm')
-rw-r--r--engine/battle/effect_commands.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm
index 5fd37e054..2723bba6b 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.