aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2022-11-14 20:14:17 -0500
committerB. Watson <urchlay@slackware.uk>2022-11-14 20:14:17 -0500
commitd98b19b9c544ab247f4b50612d999315f6311c5e (patch)
tree8bc9221ff18745d038cfc4b76152f3262022c8f7
parentf848ef1940586e575bc3d394b1ad198c4fdaa909 (diff)
downloaddla-asm-d98b19b9c544ab247f4b50612d999315f6311c5e.tar.gz
cosmetics
-rw-r--r--dla.s4
-rw-r--r--dla.xexbin4953 -> 4953 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/dla.s b/dla.s
index dd6206c..6cea1b7 100644
--- a/dla.s
+++ b/dla.s
@@ -768,11 +768,11 @@ banner:
.byte "Urchlay's ASM version ",VERSION,$9b,$0
partprompt:
- .byte $9b,"Particle count range: 1 to 65535",$9b
+ .byte $9b,"Particle range: 1 to 65535 (Q to quit)",$9b
.byte "How many particles [",$0
partprompt2:
- .byte "], Q=Quit? ",$0
+ .byte "]? ",$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 489b43e..ea0c083 100644
--- a/dla.xex
+++ b/dla.xex
Binary files differ