Fix problem where we started from level 3 instead of level 1.

This commit is contained in:
Jeremy Rand 2017-07-21 23:20:58 -05:00
parent ba8113a632
commit 7012b0080d
1 changed files with 1 additions and 1 deletions

View File

@ -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