diff --git a/README.md b/README.md index c0a4fa5..af82265 100644 --- a/README.md +++ b/README.md @@ -451,6 +451,7 @@ IN THE SOFTWARE. - IMPROVED: patchers/sigcheck.a (fixes Inca, Holy Grail) - IMPROVED: RW18 sector verification + (fixes Toy Shop) - Detect extra wide tracks anywhere, not just on track 6 - Matching updates to the diff --git a/src/print.a b/src/print.a index f6dc792..136a8a0 100755 --- a/src/print.a +++ b/src/print.a @@ -83,10 +83,8 @@ PrintByID bcc @nosub cmp #":" bcs @nosub - sec - sbc #"0" tax - lda gDisplayBytes, x + lda gDisplayBytes-$B0, x @printbyte jsr PrintByte bvc @next ; unconditional branch diff --git a/src/strings/en.a b/src/strings/en.a index ad09c8e..8a391c3 100755 --- a/src/strings/en.a +++ b/src/strings/en.a @@ -373,7 +373,7 @@ StringTableHigh ; must be kept in sync with constants in enid.a .passport !text "Passport ",$00 .header - !text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2022-07-10",$00 + !text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2022-07-12",$00 .bar9 !text "_________",$00 .bar18