diff --git a/libsrc/telestrat/gotoy.s b/libsrc/telestrat/gotoy.s index c6010cc2c..99ab3ec65 100644 --- a/libsrc/telestrat/gotoy.s +++ b/libsrc/telestrat/gotoy.s @@ -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