Fix gotoy changecolor
This commit is contained in:
@@ -10,5 +10,11 @@
|
|||||||
.proc _gotoy
|
.proc _gotoy
|
||||||
sta SCRY
|
sta SCRY
|
||||||
jsr _update_adscr
|
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
|
rts
|
||||||
.endproc
|
.endproc
|
||||||
|
|||||||
Reference in New Issue
Block a user