diff options
Diffstat (limited to 'dla.s')
-rw-r--r-- | dla.s | 4 |
1 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 |