fix boundary condition

This commit is contained in:
Peter Ferrie 2019-06-16 14:24:23 -07:00
parent 3cd5107a0c
commit 904100c21e
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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 " "