mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-22 19:30:50 +00:00
ssprot variant 2 should not fall through to variant 3 [fixes Wortgefecht regression]
This commit is contained in:
parent
9c149d5116
commit
622da85b5a
@ -84,6 +84,7 @@
|
|||||||
ldy #$02
|
ldy #$02
|
||||||
jsr modify ; new JMP entry point ($0903 when decrypted)
|
jsr modify ; new JMP entry point ($0903 when decrypted)
|
||||||
!byte $FA,$F2
|
!byte $FA,$F2
|
||||||
|
bvc .nextsector ; always branches
|
||||||
|
|
||||||
.variant3
|
.variant3
|
||||||
ldx #$20
|
ldx #$20
|
||||||
|
Loading…
Reference in New Issue
Block a user