mirror of
https://github.com/a2-4am/passport.git
synced 2025-03-11 11:30:51 +00:00
even more liberal A6 check (no false positives)
This commit is contained in:
parent
02780b53ab
commit
4e1dc2929d
@ -28,11 +28,10 @@
|
||||
!byte $10,$FB ; BPL -$FB
|
||||
!byte $C9,$95 ; CMP #$95
|
||||
bcs .exit
|
||||
ldy #$08
|
||||
ldy #$04
|
||||
jsr SearchTrack
|
||||
!byte $AE,$F8,$01; LDX $01F8
|
||||
!byte $A9,$0A ; LDA #$0A
|
||||
!byte $8D,$FE,$01; STA $01FE
|
||||
!byte $A9
|
||||
bcs .exit
|
||||
sta gDisplayBytes
|
||||
pha
|
||||
|
Loading…
x
Reference in New Issue
Block a user