fix Aquatron and Dragon's Keep

This commit is contained in:
Peter Ferrie 2022-07-07 10:41:16 -07:00
parent 8540b47b47
commit 7abb12d5ef
1 changed files with 11 additions and 1 deletions

View File

@ -367,7 +367,7 @@
jsr SearchTrack
!byte $AD,WILDCARD,WILDCARD ;LDA $xxxx
!byte $49,WILDCARD ;EOR #$xx
!byte $D0,01 ;BNE *+3
!byte $D0,$01 ;BNE *+3
!byte $20 ;dummy
!byte $8D ;STA $xxxx
bcc +
@ -531,6 +531,7 @@
bcs .exit
.page8
lda $D109,x
sta .tryalt2+1
pha
.adj
adc #$D1
@ -548,6 +549,15 @@
bcc .yes
pha
.tryalt
ldx #$D1
ldy #3
jsr compare
!byte $A9,$1C ;LDA #$1C
!byte $8D ;STA $xxxx
pla
bcc .yes
pha
.tryalt2
ldx #$D1
ldy #3
jsr compare