mirror of
https://github.com/a2-4am/passport.git
synced 2025-04-03 07:31:50 +00:00
don't look for whole-track protections on track 0, that's silly
This commit is contained in:
parent
a28ab279df
commit
d8a60b1ba4
@ -5,6 +5,9 @@
|
||||
;-------------------------------
|
||||
!zone {
|
||||
SkipTrack
|
||||
; don't look for whole-track protections on track 0, that's silly
|
||||
lda gTrack
|
||||
beq .donotskip
|
||||
;
|
||||
; Electronic Arts protection track?
|
||||
;
|
||||
|
@ -137,7 +137,7 @@ StringTable
|
||||
; can be set directly before calling PrintByID.
|
||||
;
|
||||
.header
|
||||
!text "Passport by 4am 2017-12-29",$00
|
||||
!text "Passport by 4am 2018-01-03",$00
|
||||
.mainmenu
|
||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||
!text " "
|
||||
|
Loading…
x
Reference in New Issue
Block a user