mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-27 23:31:07 +00:00
support Boulder Dash II
This commit is contained in:
parent
f96c63acfd
commit
b87b0266e3
@ -532,6 +532,25 @@
|
|||||||
jsr modify1
|
jsr modify1
|
||||||
!byte $7F ;lda from known-zero instead
|
!byte $7F ;lda from known-zero instead
|
||||||
|
|
||||||
|
+ ldy #16
|
||||||
|
jsr SearchTrack
|
||||||
|
!byte $49,$4E ;EOR #$4E
|
||||||
|
!byte $09,$A1 ;ORA #$A1
|
||||||
|
!byte $48 ;PHA
|
||||||
|
!byte $A9,$04 ;LDA #$04
|
||||||
|
!byte $48 ;PHA
|
||||||
|
!byte $A5,$4F ;LDA $4F
|
||||||
|
!byte $45,$4F ;EOR $4F
|
||||||
|
!byte $18 ;CLC
|
||||||
|
!byte $E9,$00 ;SBC #$00
|
||||||
|
!byte $48 ;PHA
|
||||||
|
bcs +
|
||||||
|
jsr PrintByID
|
||||||
|
!byte s_tamper
|
||||||
|
inx
|
||||||
|
jsr modify1
|
||||||
|
!byte $E8 ;new checksum value for eor
|
||||||
|
|
||||||
+
|
+
|
||||||
|
|
||||||
.dostitles
|
.dostitles
|
||||||
|
@ -365,7 +365,7 @@ StringTableHigh ; must be kept in sync with constants in enid.a
|
|||||||
.passport
|
.passport
|
||||||
!text "Passport ",$00
|
!text "Passport ",$00
|
||||||
.header
|
.header
|
||||||
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2021-09-05",$00
|
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2021-09-06",$00
|
||||||
.bar9
|
.bar9
|
||||||
!text "_________",$00
|
!text "_________",$00
|
||||||
.bar18
|
.bar18
|
||||||
|
Loading…
Reference in New Issue
Block a user