aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--help.txt2
-rw-r--r--newtitle.s4
2 files changed, 5 insertions, 1 deletions
diff --git a/help.txt b/help.txt
index f89e6e6..454f6c5 100644
--- a/help.txt
+++ b/help.txt
@@ -1,4 +1,4 @@
\B:Change BG Color \E\s\c:more
\T:Change Text Color \E\s\c:more
\S:Sound [now \O\N ] \E\s\c:more
-\A\n\y other key: Start \E\s\c:more
+\S\p\a\c\e: Start Game \E\s\c:more
diff --git a/newtitle.s b/newtitle.s
index 8997d82..4772dee 100644
--- a/newtitle.s
+++ b/newtitle.s
@@ -239,6 +239,10 @@ x_ok:
bne wait4key
keyok:
+ lda CH
+ cmp #33 ; space bar
+ bne x_ok
+
; eat the keypress
lda #$ff
sta CH