From cdfdfed17b2ae045be70b29675d722cc7ebe0e72 Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 27 Jul 2018 18:45:33 -0400 Subject: Crystal fixed TruncateHL_BC in single player --- 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 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 -- cgit v1.2.3