mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-22 19:30:50 +00:00
variations on a theme (Micrograms patcher)
This commit is contained in:
parent
1eb86bf597
commit
ad0d6bdff3
@ -12,15 +12,31 @@
|
|||||||
lda #$06
|
lda #$06
|
||||||
ldx #$01
|
ldx #$01
|
||||||
ldy #$09
|
ldy #$09
|
||||||
jsr compare ; and T00,S06,$01 ==
|
jsr compare ; if T00,S06,$01 ==
|
||||||
|
!byte $AD,$EC,$C0
|
||||||
|
!byte $10,$FB
|
||||||
|
!byte $C9,$BE
|
||||||
|
!byte $D0,$E5
|
||||||
|
bcc .patch
|
||||||
|
ldx #$07
|
||||||
|
ldy #$09
|
||||||
|
jsr compare ; or if T00,S06,$07 ==
|
||||||
!byte $AD,$EC,$C0
|
!byte $AD,$EC,$C0
|
||||||
!byte $10,$FB
|
!byte $10,$FB
|
||||||
!byte $C9,$BE
|
!byte $C9,$BE
|
||||||
!byte $D0,$E5
|
!byte $D0,$E5
|
||||||
bcs .exit
|
bcs .exit
|
||||||
ldx #$09
|
.patch
|
||||||
|
inx
|
||||||
|
inx
|
||||||
|
inx
|
||||||
|
inx
|
||||||
|
inx
|
||||||
|
inx
|
||||||
|
inx
|
||||||
|
inx
|
||||||
ldy #$01
|
ldy #$01
|
||||||
jsr modify ; then set T00,S06,$07 =
|
jsr modify ; then set T00,S06,$xx =
|
||||||
!byte $00
|
!byte $00
|
||||||
.exit
|
.exit
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user