aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newtitle.s3
1 files changed, 2 insertions, 1 deletions
diff --git a/newtitle.s b/newtitle.s
index acce7c2..75dae91 100644
--- a/newtitle.s
+++ b/newtitle.s
@@ -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: