diff options
author | B. Watson <yalhcru@gmail.com> | 2016-02-07 04:44:39 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2016-02-07 04:44:39 -0500 |
commit | 8d0266e264036a8572adc0be5dc690471044b8d8 (patch) | |
tree | 4608c1cf29b9dd6b42e05aebbbdb51f3cf173971 | |
parent | fa1921cc933b627fd0dc7a18137d38a01876a0c8 (diff) | |
download | taipan-8d0266e264036a8572adc0be5dc690471044b8d8.tar.gz |
fix bone-headed error in title decompressor
-rw-r--r-- | comptitle.s.in | 3 |
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: |