mirror of
https://github.com/a2-4am/passport.git
synced 2024-11-19 03:06:34 +00:00
don't mark T06 as optional, it prevents IsEATrack6 from triggering later
This commit is contained in:
parent
126b655d0a
commit
9566933dec
@ -45,15 +45,6 @@ foundea
|
||||
jsr PrintByID
|
||||
jsr CopyUniversal
|
||||
|
||||
; mark track 6 as "skip" in sector map
|
||||
|
||||
ldy #$0F
|
||||
lda #$00
|
||||
.skipsectors
|
||||
sta T06,y
|
||||
dey
|
||||
bpl .skipsectors
|
||||
|
||||
; mark track $22 as "optional" in sector map
|
||||
|
||||
ldy #$0F
|
||||
|
@ -194,7 +194,7 @@ StringTable
|
||||
; can be set directly before calling PrintByID.
|
||||
;
|
||||
.header
|
||||
!text "Passport by 4am 2017-02-11",00
|
||||
!text "Passport by 4am 2017-02-12",00
|
||||
.mainmenu
|
||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||
!text " "
|
||||
|
Loading…
Reference in New Issue
Block a user