From d98b19b9c544ab247f4b50612d999315f6311c5e Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Nov 2022 20:14:17 -0500 Subject: cosmetics --- dla.s | 4 ++-- dla.xex | Bin 4953 -> 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 Binary files a/dla.xex and b/dla.xex differ -- cgit v1.2.3