mirror of
https://github.com/a2-4am/passport.git
synced 2025-02-19 00:31:05 +00:00
fix off-by-one in Sierra patcher
This commit is contained in:
parent
5000366bc6
commit
fddb1f6bb0
@ -120,7 +120,7 @@
|
|||||||
bcs +
|
bcs +
|
||||||
pha
|
pha
|
||||||
tay
|
tay
|
||||||
jsr inx5
|
jsr inx4
|
||||||
txa
|
txa
|
||||||
pha
|
pha
|
||||||
tya
|
tya
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user