passport/src/patchers/t00_microfun2.a
2021-06-21 11:57:02 -04:00

21 lines
483 B
Plaintext

;-------------------------------
; #MICROFUN2
; RWTS jumps to $B6B8 to burn cycles during write
;
; tested on
; - Crown Of Arthain
;-------------------------------
!zone {
; gTrack = 0
; Caller found DOS 3.3 RWTS
lda #$02
ldx #$5E
jsr compare3
!byte $4C,$B8,$B6
bcs .exit ; passort-test-suite/Crown Of Arthain.woz [C=0] matches
jsr modify3
!byte $20,$B8,$B8
.exit
}