mirror of
https://github.com/option8/minesweeper.git
synced 2024-12-01 07:53:12 +00:00
fixed $40 vs #$40
This commit is contained in:
parent
fa95574723
commit
fec2c4de25
BIN
MINESWEEPER.dsk
BIN
MINESWEEPER.dsk
Binary file not shown.
@ -208,7 +208,7 @@ SETUPLOOP LDA #$0
|
||||
LDA #$FF
|
||||
STA PROGRESSORIGIN,X ; progress reset - FF = unsolved
|
||||
INX
|
||||
CPX ]ROWS*]COLUMNS ; $#40 = hex 64 = 8x8
|
||||
CPX #$40 ; $#40 = hex 64 = 8x8
|
||||
BNE SETUPLOOP
|
||||
;/setuploop
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user