aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2022-11-14 20:11:45 -0500
committerB. Watson <urchlay@slackware.uk>2022-11-14 20:11:45 -0500
commitf848ef1940586e575bc3d394b1ad198c4fdaa909 (patch)
tree4016fd343043d2020f94b798fd29ebcc7422d7bf
parent6fab50c592c77c890f45c283813f451f22156dc0 (diff)
downloaddla-asm-f848ef1940586e575bc3d394b1ad198c4fdaa909.tar.gz
dla.xex: add Q=Quit to particles prompt.
-rw-r--r--dla.s2
-rw-r--r--dla.xexbin4953 -> 4953 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/dla.s b/dla.s
index 750682e..dd6206c 100644
--- a/dla.s
+++ b/dla.s
@@ -772,7 +772,7 @@ partprompt:
.byte "How many particles [",$0
partprompt2:
- .byte "]? ",$0
+ .byte "], Q=Quit? ",$0
seedprompt:
.byte $9b,"Seed Type: ",$9b,"1=Dot 2=Plus 3=4Dots 4=Line [",$0
diff --git a/dla.xex b/dla.xex
index 3fdc643..489b43e 100644
--- a/dla.xex
+++ b/dla.xex
Binary files differ