Fix gotoy changecolor
This commit is contained in:
parent
7f9e73a1ce
commit
3d5811d8f5
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue