mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-22 19:30:50 +00:00
tweak a6bc95 patcher again [fixes Countries of the World]
This commit is contained in:
parent
4e97ab1740
commit
eac74b2d1a
@ -15,19 +15,17 @@ _a6bc95
|
||||
!byte $C9,$A6 ; CMP #$A6
|
||||
!byte $D0,$ED ; BNE -$ED
|
||||
bcs .exit
|
||||
ldy #$09
|
||||
ldy #$07
|
||||
jsr SearchTrack
|
||||
!byte $BD,$8C,$C0; LDA $C08C,X
|
||||
!byte $10,$FB ; BPL -$FB
|
||||
!byte $C9,$BC ; CMP #$BC
|
||||
!byte $D0,$E4 ; BNE -$E4
|
||||
bcs .exit
|
||||
ldy #$09
|
||||
ldy #$07
|
||||
jsr SearchTrack
|
||||
!byte $BD,$8C,$C0; LDA $C08C,X
|
||||
!byte $10,$FB ; BPL -$FB
|
||||
!byte $C9,$95 ; CMP #$95
|
||||
!byte $D0,$DB ; BNE -$DB
|
||||
bcs .exit
|
||||
ldy #$0E
|
||||
jsr SearchTrack
|
||||
|
@ -192,7 +192,7 @@ StringTable
|
||||
; can be set directly before calling PrintByID.
|
||||
;
|
||||
.header
|
||||
!text "Passport by 4am 2017-02-21",00
|
||||
!text "Passport by 4am 2017-02-25",00
|
||||
.mainmenu
|
||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||
!text " "
|
||||
|
Loading…
Reference in New Issue
Block a user