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 {
|
!zone {
|
||||||
bit gMode ; nothing to do here in verify-only mode
|
bit gMode ; nothing to do here in verify-only mode
|
||||||
bpl .exit
|
bpl .exit
|
||||||
ldy #$45
|
ldy #$44
|
||||||
jsr SearchTrack
|
jsr SearchTrack
|
||||||
!byte $BD,$89,$C0
|
!byte $BD,$89,$C0
|
||||||
!byte $A9,$56
|
!byte $A9,$56
|
||||||
!byte $85,$FD
|
!byte $85,WILDCARD
|
||||||
!byte $A9,$08
|
!byte $A9,$08
|
||||||
!byte $C6,$FC
|
!byte $C6,WILDCARD
|
||||||
!byte $D0,$04
|
!byte $D0,$04
|
||||||
!byte $C6,$FD
|
!byte $C6,WILDCARD
|
||||||
!byte $F0,WILDCARD
|
!byte $F0,WILDCARD
|
||||||
!byte $BC,$8C,$C0
|
!byte $BC,$8C,$C0
|
||||||
!byte $10,$FB
|
!byte $10,$FB
|
||||||
@ -39,14 +39,14 @@
|
|||||||
!byte $F0,$EB
|
!byte $F0,$EB
|
||||||
!byte $BC,$8C,$C0
|
!byte $BC,$8C,$C0
|
||||||
!byte $10,$FB
|
!byte $10,$FB
|
||||||
!byte $84,$FC
|
!byte $84,WILDCARD
|
||||||
!byte $C9,$0A
|
!byte $C9,$0A
|
||||||
!byte $D0,$CB
|
!byte $D0,$CB
|
||||||
!byte $BD,$8C,$C0
|
!byte $BD,$8C,$C0
|
||||||
!byte $10,$FB
|
!byte $10,$FB
|
||||||
!byte $38
|
!byte $38
|
||||||
!byte $2A
|
!byte $2A
|
||||||
!byte $25,$FC
|
!byte $25
|
||||||
bcs .exit
|
bcs .exit
|
||||||
sta gDisplayBytes
|
sta gDisplayBytes
|
||||||
pha
|
pha
|
||||||
|
@ -147,7 +147,7 @@ StringTable
|
|||||||
; can be set directly before calling PrintByID.
|
; can be set directly before calling PrintByID.
|
||||||
;
|
;
|
||||||
.header
|
.header
|
||||||
!text "Passport by 4am 2018-09-28",$00
|
!text "Passport by 4am 2018-10-03",$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