peasant: skip sound detection if open-apple held down

This commit is contained in:
Vince Weaver 2021-10-03 01:27:05 -04:00
parent 941e81bbeb
commit 0d21b44e86

View File

@ -116,6 +116,13 @@ not_gs:
lda #0
sta SOUND_STATUS ; clear out, sound enabled
;===========================================
; skip checks if open-apple being held down
lda $C061
bne skip_all_checks
jsr detect_language_card
bcs no_language_card
@ -191,6 +198,9 @@ ssi_not_found:
mockingboard_notfound:
skip_all_checks:
lda #30
jsr wait_a_bit