mist: temporarily disable sound

This commit is contained in:
Vince Weaver 2020-03-11 09:47:48 -04:00
parent cf74d0d00d
commit fc19c9e6f4
1 changed files with 2 additions and 2 deletions

View File

@ -4,14 +4,14 @@
mist_link_book:
; play sound effect?
.if 0
lda #<audio_link_noise
sta BTC_L
lda #>audio_link_noise
sta BTC_H
ldx #43 ; 45 pages long???
jsr play_audio
.endif
lda #1
sta LOCATION
jsr change_location