aboutsummaryrefslogtreecommitdiff
path: root/dla.s
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2022-10-25 18:46:01 -0400
committerB. Watson <urchlay@slackware.uk>2022-10-25 18:46:01 -0400
commit2ee16d2487a7706952ed97628e5ab23207c149c6 (patch)
tree8fc9d384ab2df96a2b0fc9718a10468711bbef69 /dla.s
parent7108ef31d5b03147859716242e4eb82e67a22acd (diff)
downloaddla-asm-2ee16d2487a7706952ed97628e5ab23207c149c6.tar.gz
Bump version.
Diffstat (limited to 'dla.s')
-rw-r--r--dla.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/dla.s b/dla.s
index c026d30..04842e3 100644
--- a/dla.s
+++ b/dla.s
@@ -54,7 +54,7 @@
.include "io.s" ; printchrx and getchrx
msg:
.byte "Diffusion Limited Aggregate",$9b
- .byte "Urchlay's ASM version 0.0.5",$9b,$9b
+ .byte "Urchlay's ASM version 0.0.7",$9b,$9b
.byte "How many particles [",.sprintf("%d", DEFAULTPART),"]? ",$0
msg2:
.byte $9b,"Seed Type: ",$9b,"1=Dot 2=Plus 3=4Dots 4=Line [1]? ",$0