wildcard in SSI weakbit patcher

This commit is contained in:
4am 2018-09-27 09:41:53 -04:00
parent 3cba1de488
commit ec07283d7f
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
ldy #$0F ldy #$0F
jsr SearchTrack jsr SearchTrack
!byte $85,$00 ; STA $00 !byte WILDCARD,$00; xxx $00 (sometimes DEC, sometimes CMP)
!byte $F0,$17 ; BEQ *+$19 !byte $F0,$17 ; BEQ *+$19
!byte $20,$65,$BC; JSR $BC65 !byte $20,$65,$BC; JSR $BC65
!byte $B0,$F7 ; BCS *-7 !byte $B0,$F7 ; BCS *-7

View File

@ -146,7 +146,7 @@ StringTable
; can be set directly before calling PrintByID. ; can be set directly before calling PrintByID.
; ;
.header .header
!text "Passport by 4am 2018-09-26",$00 !text "Passport by 4am 2018-09-27",$00
.mainmenu .mainmenu
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D !text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
!text " " !text " "