diff options
author | B. Watson <urchlay@slackware.uk> | 2022-11-14 20:14:17 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-11-14 20:14:17 -0500 |
commit | d98b19b9c544ab247f4b50612d999315f6311c5e (patch) | |
tree | 8bc9221ff18745d038cfc4b76152f3262022c8f7 | |
parent | f848ef1940586e575bc3d394b1ad198c4fdaa909 (diff) | |
download | dla-asm-d98b19b9c544ab247f4b50612d999315f6311c5e.tar.gz |
cosmetics
-rw-r--r-- | dla.s | 4 | ||||
-rw-r--r-- | dla.xex | bin | 4953 -> 4953 bytes |
2 files changed, 2 insertions, 2 deletions
@@ -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 Binary files differ |