diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-07-28 01:06:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-28 01:06:54 -0400 |
commit | ee8479f05ebcfed30a5a47b60d8e50c0d99525b8 (patch) | |
tree | e5ba0f551f86459cf8c30ea5128e84a5165990ad /engine/battle/effect_commands.asm | |
parent | 7641ce9babf2604fdca74bd75360d53ea5b31266 (diff) | |
parent | cdfdfed17b2ae045be70b29675d722cc7ebe0e72 (diff) |
Merge pull request #546 from Rangi42/master
Reword bug docs now that they use diffs
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 bc578ea6f..825ca9709 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -2679,7 +2679,7 @@ TruncateHL_BC: .finish ld a, [wLinkMode] - cp 3 + cp LINK_COLOSSEUM jr z, .done ; If we go back to the loop point, ; it's the same as doing this exact |