shorter search patterns for bb03

This commit is contained in:
4am 2019-04-23 13:46:09 -04:00
parent 707fce4474
commit c2b0866f70

View File

@ -13,8 +13,9 @@
; Mystery of the Witch's Shoes ; Mystery of the Witch's Shoes
; ;
; variant 3 (JMP $BB03) ; variant 3 (JMP $BB03)
; Sum Ducks
; Alice in Wonderland ; Alice in Wonderland
; Sum Ducks
; Trivia Fever
;------------------------------- ;-------------------------------
!zone { !zone {
sec sec
@ -29,13 +30,9 @@
lda #$05 ; sector to check for DOS 3.3 variant lda #$05 ; sector to check for DOS 3.3 variant
.maybe .maybe
ldx #$03 ldx #$03
ldy #$25 ldy #$03
jsr compare ; if T00,S0(5|7),$03 == jsr compare ; if T00,S0(5|7),$03 ==
!byte $4E,$06,$BB,$71,$6E !byte $4E,$06,$BB
!byte $0A,$BB,$40,$27,$6E,$0F,$BB,$DD
!byte $1B,$BB,$6E,$15,$BB,$DC,$1E,$BB
!byte $6E,$25,$BB,$72,$00,$BB,$B3,$00
!byte $B8,$99,$00,$BB,$C8,$A0,$F4,$B0
bcs .no bcs .no
sta gDisplayBytes sta gDisplayBytes
lda #s_bb03 lda #s_bb03