From fc19c9e6f464036ee03d1c9af0de94e692ba0c66 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Wed, 11 Mar 2020 09:47:48 -0400 Subject: [PATCH] mist: temporarily disable sound --- mist/link_book_mist.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mist/link_book_mist.s b/mist/link_book_mist.s index bc8f24f4..77f81cb4 100644 --- a/mist/link_book_mist.s +++ b/mist/link_book_mist.s @@ -4,14 +4,14 @@ mist_link_book: ; play sound effect? - +.if 0 lda #audio_link_noise sta BTC_H ldx #43 ; 45 pages long??? jsr play_audio - +.endif lda #1 sta LOCATION jsr change_location