From 7012b0080d86f0865e787771b41d6a952615d52b Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Fri, 21 Jul 2017 23:20:58 -0500 Subject: [PATCH] Fix problem where we started from level 3 instead of level 1. --- colourgo/game.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colourgo/game.s b/colourgo/game.s index 30192bd..6b1a291 100644 --- a/colourgo/game.s +++ b/colourgo/game.s @@ -1544,7 +1544,7 @@ gridScreenRight: .BYTE $00 shouldQuit: .BYTE $00 -level: .BYTE $2 +level: .BYTE $0 ; A level consists of the following for each grid: ; Byte 0 - Offset of the start of this grid from the previous grid's start