From 12c87c593f65cc3db16fa5b322bc9bdd2b8d55e5 Mon Sep 17 00:00:00 2001
From: "B. Watson" <yalhcru@gmail.com>
Date: Thu, 11 Feb 2016 05:47:37 -0500
Subject: restore old default brightness (2nd brightest

---
 newtitle.s | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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:
-- 
cgit v1.2.3