From f848ef1940586e575bc3d394b1ad198c4fdaa909 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Nov 2022 20:11:45 -0500 Subject: dla.xex: add Q=Quit to particles prompt. --- dla.s | 2 +- dla.xex | Bin 4953 -> 4953 bytes 2 files changed, 1 insertion(+), 1 deletion(-) 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 Binary files a/dla.xex and b/dla.xex differ -- cgit v1.2.3