mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-22 04:29:59 +00:00
shorten Adventure International search [fixes Curse of Crowley Manor, no false positives]
This commit is contained in:
parent
e9644e498f
commit
64a06d71ba
@ -14,13 +14,12 @@
|
||||
bpl .exit
|
||||
lda gAdventureInternational
|
||||
bne .exit
|
||||
ldy #$0A
|
||||
ldy #$08
|
||||
jsr SearchTrack
|
||||
; bytes are XORd with #$C9 on disk -- comments show decrypted code
|
||||
!byte $85,WILDCARD,WILDCARD ;JMP $****
|
||||
!byte $74,$45,$09 ;LDA $C08C,X
|
||||
!byte $D9,$32 ;BPL -$FB
|
||||
!byte $0C,$30 ;CMP $F9
|
||||
bcs .exit
|
||||
sta gDisplayBytes
|
||||
pha
|
||||
|
@ -147,7 +147,7 @@ StringTable
|
||||
; can be set directly before calling PrintByID.
|
||||
;
|
||||
.header
|
||||
!text "Passport by 4am 2018-10-07",$00
|
||||
!text "Passport by 4am 2018-10-09",$00
|
||||
.mainmenu
|
||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||
!text " "
|
||||
|
Loading…
Reference in New Issue
Block a user