From 8d0266e264036a8572adc0be5dc690471044b8d8 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 7 Feb 2016 04:44:39 -0500 Subject: fix bone-headed error in title decompressor --- comptitle.s.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3