mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-22 04:29:59 +00:00
split BBF9 search (fixes Magic Slate II 20)
This commit is contained in:
parent
f46863bf4c
commit
593c3bebab
@ -18,16 +18,19 @@
|
||||
!zone {
|
||||
lda gIsProDOS
|
||||
bne .exit
|
||||
ldy #$0E
|
||||
ldy #$08
|
||||
jsr SearchTrack
|
||||
!byte $A6,WILDCARD
|
||||
!byte $BD,$89,$C0
|
||||
!byte $BD,$8E,$C0
|
||||
!byte $8E,$C0
|
||||
!byte $18
|
||||
!byte $A5,WILDCARD
|
||||
!byte $69,$8C
|
||||
!byte $8D
|
||||
bcs .exit
|
||||
ldy #$05
|
||||
jsr SearchTrack
|
||||
!byte $A6,WILDCARD
|
||||
!byte $BD,$89,$C0
|
||||
bcs .exit
|
||||
sta gDisplayBytes
|
||||
pha
|
||||
lda #s_bbf9
|
||||
|
@ -138,7 +138,7 @@ StringTable
|
||||
; can be set directly before calling PrintByID.
|
||||
;
|
||||
.header
|
||||
!text "Passport by 4am 2018-01-19",$00
|
||||
!text "Passport by 4am 2018-01-20",$00
|
||||
.mainmenu
|
||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||
!text " "
|
||||
|
Loading…
Reference in New Issue
Block a user