mirror of
https://github.com/a2-4am/passport.git
synced 2025-01-05 06:29:36 +00:00
fix dangling partial-track placement in 5-5-5
This commit is contained in:
parent
39758aaba9
commit
8b11ac7320
@ -850,6 +850,8 @@ Do555
|
||||
sta $BDF2
|
||||
lda #$B9
|
||||
sta $BE2B
|
||||
lda #$50
|
||||
sta $47E ; blow away track number to force full recalibration
|
||||
rts
|
||||
|
||||
.exit
|
||||
|
@ -385,7 +385,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," 2023-06-26",$00
|
||||
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2023-07-27",$00
|
||||
.bar9
|
||||
!text "_________",$00
|
||||
.bar18
|
||||
|
Loading…
Reference in New Issue
Block a user