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
@@ -63,9 +63,9 @@ MoreUp
dta 92,92,92
dta d" more "
dta 92,92,92
dta d" "
; dta d" "
MoreDown
dta d" "
dta d" " ; common part of both texts
dta 93,93,93
dta d" more "
dta 93,93,93
+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
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.