diff options
author | B. Watson <urchlay@slackware.uk> | 2022-11-14 20:11:45 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-11-14 20:11:45 -0500 |
commit | f848ef1940586e575bc3d394b1ad198c4fdaa909 (patch) | |
tree | 4016fd343043d2020f94b798fd29ebcc7422d7bf | |
parent | 6fab50c592c77c890f45c283813f451f22156dc0 (diff) | |
download | dla-asm-f848ef1940586e575bc3d394b1ad198c4fdaa909.tar.gz |
dla.xex: add Q=Quit to particles prompt.
-rw-r--r-- | dla.s | 2 | ||||
-rw-r--r-- | dla.xex | bin | 4953 -> 4953 bytes |
2 files changed, 1 insertions, 1 deletions
@@ -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 Binary files differ |