mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 16:33:00 +00:00
Another code style fix
This commit is contained in:
parent
b3703de983
commit
a02bec11e9
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user