mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
Fix gotoy changecolor
This commit is contained in:
parent
7f9e73a1ce
commit
3d5811d8f5
@ -10,5 +10,11 @@
|
||||
.proc _gotoy
|
||||
sta SCRY
|
||||
jsr _update_adscr
|
||||
|
||||
; We change the current line, it means that we need to put color attributes again.
|
||||
; That is not the case with _gotox because, it's on the same line attribute are already set
|
||||
lda #$01
|
||||
sta CHARCOLOR_CHANGE
|
||||
sta BGCOLOR_CHANGE
|
||||
rts
|
||||
.endproc
|
||||
|
Loading…
Reference in New Issue
Block a user