aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comptitle.s.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/comptitle.s.in b/comptitle.s.in
index 940136a..4980c39 100644
--- a/comptitle.s.in
+++ b/comptitle.s.in
@@ -76,8 +76,9 @@ storezerorun:
tay
dey
lda #0
+ tax
szloop:
- sta (dstptr),y
+ sta (dstptr,x)
jsr incdest
beq done
nohi2: