diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-06-01 09:04:36 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-06-01 09:04:36 +0200 |
commit | 17087489c6b2466b1d4b2d22d7760604d3e755f8 (patch) | |
tree | 24f1aec0ce3655646804b626b1dae395a4f46117 /engine/battle/effect_commands.asm | |
parent | 761edc7db37df18a6e7f41e0d3bb9edd1e3cf721 (diff) |
Miscellaneous fixes in the use of _command constants.
Diffstat (limited to 'engine/battle/effect_commands.asm')
-rw-r--r-- | engine/battle/effect_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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. |