1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-05 17:25:17 +00:00

Another code style fix

This commit is contained in:
Olli Savia
2020-07-14 21:15:57 +03:00
committed by greg-king5
parent b3703de983
commit a02bec11e9

View File

@@ -254,13 +254,13 @@ PATTERN_SOLID:
ldy #$FF
sty BITMASK
iny ; (ldy #$00)
sty ERROR ; Set to TGI_ERR_OK
; Make screen columns.
sty tmp2
lda #>SBASE
sta tmp2+1
sty ERROR ; Set to TGI_ERR_OK
clc
ldx #$10