mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-24 17:29:40 +00:00
split BBF9 search (fixes Magic Slate II 20)
This commit is contained in:
parent
f46863bf4c
commit
593c3bebab
@ -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
|
||||||
|
@ -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 " "
|
||||||
|
Loading…
Reference in New Issue
Block a user