mirror of
https://github.com/a2-4am/passport.git
synced 2024-11-19 03:06:34 +00:00
add wildcards to fbff patcher [fixes Gamma Force]
This commit is contained in:
parent
9a845de251
commit
dad9aeae8d
@ -11,15 +11,15 @@
|
||||
!zone {
|
||||
bit gMode ; nothing to do here in verify-only mode
|
||||
bpl .exit
|
||||
ldy #$45
|
||||
ldy #$44
|
||||
jsr SearchTrack
|
||||
!byte $BD,$89,$C0
|
||||
!byte $A9,$56
|
||||
!byte $85,$FD
|
||||
!byte $85,WILDCARD
|
||||
!byte $A9,$08
|
||||
!byte $C6,$FC
|
||||
!byte $C6,WILDCARD
|
||||
!byte $D0,$04
|
||||
!byte $C6,$FD
|
||||
!byte $C6,WILDCARD
|
||||
!byte $F0,WILDCARD
|
||||
!byte $BC,$8C,$C0
|
||||
!byte $10,$FB
|
||||
@ -39,14 +39,14 @@
|
||||
!byte $F0,$EB
|
||||
!byte $BC,$8C,$C0
|
||||
!byte $10,$FB
|
||||
!byte $84,$FC
|
||||
!byte $84,WILDCARD
|
||||
!byte $C9,$0A
|
||||
!byte $D0,$CB
|
||||
!byte $BD,$8C,$C0
|
||||
!byte $10,$FB
|
||||
!byte $38
|
||||
!byte $2A
|
||||
!byte $25,$FC
|
||||
!byte $25
|
||||
bcs .exit
|
||||
sta gDisplayBytes
|
||||
pha
|
||||
|
@ -147,7 +147,7 @@ StringTable
|
||||
; can be set directly before calling PrintByID.
|
||||
;
|
||||
.header
|
||||
!text "Passport by 4am 2018-09-28",$00
|
||||
!text "Passport by 4am 2018-10-03",$00
|
||||
.mainmenu
|
||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||
!text " "
|
||||
|
Loading…
Reference in New Issue
Block a user