Better music switching

This commit is contained in:
Pecusx
2023-07-31 09:36:49 +02:00
parent 20fe6106dd
commit 691aaf54d5
4 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -640,8 +640,8 @@ noShellDelay
.proc RmtSongSelect
; starting song line 0-255 to A reg
;--------------------------------------------------
cmp #song_ingame
bne noingame ; noMusic blocks only ingame song
cmp #song_main_menu
beq noingame ; noMusic blocks only ingame songs
bit noMusic
spl:lda #song_silencio
noingame