diff options
-rw-r--r-- | newtitle.s | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -71,6 +71,7 @@ colorcount = (*-colorchoices)-1 textchoices: .byte $08,$0a,$0c,$0e textcount = (*-textchoices)-1 +default_text = textcount-1 ; 2nd brightest is default wait1jiffy: lda RTCLOK+2 @@ -285,7 +286,7 @@ start: sta CH ldx #0 ; X = index into bg color choices - ldy #textcount ; Y = index into text color choices + ldy #default_text ; Y = index into text color choices ; wait for user to press a key wait4key: |