mirror of
https://github.com/a2-4am/passport.git
synced 2025-01-24 11:30:45 +00:00
support new Earth Orbit Stations version
This commit is contained in:
parent
c586346bbd
commit
ccf7bbe065
@ -432,6 +432,14 @@
|
|||||||
ldy #1
|
ldy #1
|
||||||
jsr modify
|
jsr modify
|
||||||
!byte $D4 ;new checksum value for eor
|
!byte $D4 ;new checksum value for eor
|
||||||
|
bvc +
|
||||||
|
++ ldy #1
|
||||||
|
jsr compare
|
||||||
|
!byte $2C
|
||||||
|
bcs ++
|
||||||
|
ldy #1
|
||||||
|
jsr modify
|
||||||
|
!byte $2D ;new checksum value for eor
|
||||||
++
|
++
|
||||||
|
|
||||||
+ ldy #23
|
+ ldy #23
|
||||||
|
Loading…
x
Reference in New Issue
Block a user