fix off-by-one in Sierra patcher

This commit is contained in:
Peter Ferrie 2021-11-14 11:25:52 -08:00
parent 5000366bc6
commit fddb1f6bb0
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@
bcs + bcs +
pha pha
tay tay
jsr inx5 jsr inx4
txa txa
pha pha
tya tya

View File

@ -365,7 +365,7 @@ StringTableHigh ; must be kept in sync with constants in enid.a
.passport .passport
!text "Passport ",$00 !text "Passport ",$00
.header .header
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2021-11-11",$00 !text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2021-11-14",$00
.bar9 .bar9
!text "_________",$00 !text "_________",$00
.bar18 .bar18