mirror of
https://github.com/jeremysrand/colourgo.git
synced 2025-01-08 02:33:50 +00:00
Fix problem where we started from level 3 instead of level 1.
This commit is contained in:
parent
ba8113a632
commit
7012b0080d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user