Fix comment and gotox force colour change
This commit is contained in:
@@ -2,10 +2,15 @@
|
||||
; jede jede@oric.org 2017-02-25
|
||||
;
|
||||
.export _gotox
|
||||
.import OLD_CHARCOLOR, OLD_BGCOLOR
|
||||
|
||||
.include "telestrat.inc"
|
||||
|
||||
.proc _gotox
|
||||
sta SCRX
|
||||
|
||||
lda #$FF
|
||||
sta OLD_CHARCOLOR
|
||||
sta OLD_BGCOLOR
|
||||
rts
|
||||
.endproc
|
||||
|
||||
Reference in New Issue
Block a user