2017-02-25 22:20:17 +01:00
|
|
|
;
|
|
|
|
; jede jede@oric.org 2017-02-25
|
|
|
|
;
|
|
|
|
.export _gotoy
|
|
|
|
|
2019-07-07 22:02:48 +02:00
|
|
|
.import update_adscr
|
2017-02-25 22:20:17 +01:00
|
|
|
|
|
|
|
.include "telestrat.inc"
|
|
|
|
|
|
|
|
.proc _gotoy
|
|
|
|
sta SCRY
|
2019-07-07 22:02:48 +02:00
|
|
|
jsr update_adscr
|
2019-07-06 10:19:45 +02:00
|
|
|
|
|
|
|
; 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
|
2017-02-25 22:20:17 +01:00
|
|
|
rts
|
2019-02-05 23:27:52 +01:00
|
|
|
.endproc
|