diff --git a/bin/DMGTRIS.GBC b/bin/DMGTRIS.GBC index af6c3af..6a229e6 100644 Binary files a/bin/DMGTRIS.GBC and b/bin/DMGTRIS.GBC differ diff --git a/bin/DMGTRIS.pocket b/bin/DMGTRIS.pocket index 9df5f3e..4cfbbaa 100644 Binary files a/bin/DMGTRIS.pocket and b/bin/DMGTRIS.pocket differ diff --git a/src/state_gameplay.asm b/src/state_gameplay.asm index 16ea1a6..821817e 100644 --- a/src/state_gameplay.asm +++ b/src/state_gameplay.asm @@ -636,7 +636,7 @@ GamePlayEventLoopHandlerB:: ; Retry? .checkretry ldh a, [hAState] - cp a, 20 + cp a, 10 jr nz, .noretry call CheckAndAddHiscore call RNGInit @@ -656,7 +656,7 @@ GamePlayEventLoopHandlerB:: ; Quit .noretry ldh a, [hBState] - cp a, 20 + cp a, 10 jp nz, .drawStaticInfo call CheckAndAddHiscore jp SwitchToTitle @@ -1432,7 +1432,7 @@ GamePlayBigEventLoopHandlerB: ; Retry? .checkretry ldh a, [hAState] - cp a, 20 + cp a, 10 jr nz, .noretry ld a, [wReturnToSmall] cp a, $FF @@ -1472,7 +1472,7 @@ GamePlayBigEventLoopHandlerB: ; Quit .noretry ldh a, [hBState] - cp a, 20 + cp a, 10 jp nz, .drawStaticInfo call CheckAndAddHiscore jp SwitchToTitle