Add runtime muting

This commit is contained in:
qwertymodo
2019-08-21 20:56:08 -07:00
parent 022c12ac73
commit 9d9fb8a563
5 changed files with 150 additions and 17 deletions

View File

@@ -1445,6 +1445,14 @@ crystal_continue:
org $0EE6EC ; <- E220 A922 - Bank0E.asm:2892 (SEP #$20 : LDA.b #$22 : STA $012C)
JSL.l ending_wait
; Process music commands in NMI from new location after muting is processed
!REG_MUSIC_CONTROL = "$012B"
org $0080DD
dw !REG_MUSIC_CONTROL
org $008101
dw !REG_MUSIC_CONTROL
;--------------------------------------------------------------------------------
;================================================================================