mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Better music switching
This commit is contained in:
@@ -63,9 +63,9 @@ MoreUp
|
|||||||
dta 92,92,92
|
dta 92,92,92
|
||||||
dta d" more "
|
dta d" more "
|
||||||
dta 92,92,92
|
dta 92,92,92
|
||||||
dta d" "
|
; dta d" "
|
||||||
MoreDown
|
MoreDown
|
||||||
dta d" "
|
dta d" " ; common part of both texts
|
||||||
dta 93,93,93
|
dta 93,93,93
|
||||||
dta d" more "
|
dta d" more "
|
||||||
dta 93,93,93
|
dta 93,93,93
|
||||||
|
|||||||
+2
-2
@@ -640,8 +640,8 @@ noShellDelay
|
|||||||
.proc RmtSongSelect
|
.proc RmtSongSelect
|
||||||
; starting song line 0-255 to A reg
|
; starting song line 0-255 to A reg
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
cmp #song_ingame
|
cmp #song_main_menu
|
||||||
bne noingame ; noMusic blocks only ingame song
|
beq noingame ; noMusic blocks only ingame songs
|
||||||
bit noMusic
|
bit noMusic
|
||||||
spl:lda #song_silencio
|
spl:lda #song_silencio
|
||||||
noingame
|
noingame
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user