mirror of
https://github.com/a2-4am/passport.git
synced 2025-02-15 18:32:23 +00:00
fix off-by-one in Sierra patcher
This commit is contained in:
parent
5000366bc6
commit
fddb1f6bb0
@ -120,7 +120,7 @@
|
||||
bcs +
|
||||
pha
|
||||
tay
|
||||
jsr inx5
|
||||
jsr inx4
|
||||
txa
|
||||
pha
|
||||
tya
|
||||
|
@ -365,7 +365,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," 2021-11-11",$00
|
||||
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2021-11-14",$00
|
||||
.bar9
|
||||
!text "_________",$00
|
||||
.bar18
|
||||
|
Loading…
x
Reference in New Issue
Block a user