mirror of
https://github.com/a2-4am/passport.git
synced 2025-03-12 02:35:14 +00:00
fix boundary condition
This commit is contained in:
parent
3cd5107a0c
commit
904100c21e
@ -144,10 +144,11 @@ SetupF7F6SecondRound
|
||||
ldy gSector
|
||||
lda #kSectorIgnore
|
||||
.a sta $D1D1 ; modifed at runtime
|
||||
dec .a+1
|
||||
ldx .a+1
|
||||
bne +
|
||||
dec .a+2
|
||||
+ dey
|
||||
+ dec .a+1
|
||||
dey
|
||||
bpl .a
|
||||
; print that we found the protection track
|
||||
lda #s_f7
|
||||
|
@ -280,7 +280,7 @@ StringTableHigh
|
||||
; can be set directly before calling PrintByID.
|
||||
;
|
||||
.header
|
||||
!text "Passport by 4am 2019-06-13",$00
|
||||
!text "Passport by 4am 2019-06-16",$00
|
||||
.mainmenu
|
||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||
!text " "
|
||||
|
Loading…
x
Reference in New Issue
Block a user