split BBF9 search (fixes Magic Slate II 20)

This commit is contained in:
4am 2018-01-20 10:15:28 -05:00
parent f46863bf4c
commit 593c3bebab
2 changed files with 8 additions and 5 deletions

View File

@ -18,16 +18,19 @@
!zone { !zone {
lda gIsProDOS lda gIsProDOS
bne .exit bne .exit
ldy #$0E ldy #$08
jsr SearchTrack jsr SearchTrack
!byte $A6,WILDCARD !byte $8E,$C0
!byte $BD,$89,$C0
!byte $BD,$8E,$C0
!byte $18 !byte $18
!byte $A5,WILDCARD !byte $A5,WILDCARD
!byte $69,$8C !byte $69,$8C
!byte $8D !byte $8D
bcs .exit bcs .exit
ldy #$05
jsr SearchTrack
!byte $A6,WILDCARD
!byte $BD,$89,$C0
bcs .exit
sta gDisplayBytes sta gDisplayBytes
pha pha
lda #s_bbf9 lda #s_bbf9

View File

@ -138,7 +138,7 @@ StringTable
; can be set directly before calling PrintByID. ; can be set directly before calling PrintByID.
; ;
.header .header
!text "Passport by 4am 2018-01-19",$00 !text "Passport by 4am 2018-01-20",$00
.mainmenu .mainmenu
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D !text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
!text " " !text " "