Fix label, optimize code

This commit is contained in:
jede
2019-07-10 21:44:07 +02:00
committed by greg-king5
parent a0a6537bda
commit 6f7f6b5119
5 changed files with 15 additions and 17 deletions

View File

@@ -2,7 +2,6 @@
; jede jede@oric.org 2017-02-25
;
.export _gotoy
.import CHARCOLOR_CHANGE, BGCOLOR_CHANGE
.import update_adscr
@@ -14,8 +13,5 @@
; 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