mirror of
https://github.com/Pecusx/Young-lumberjack.git
synced 2026-05-20 22:33:54 +02:00
Music update
This commit is contained in:
+6
-9
@@ -12,7 +12,7 @@
|
||||
|
||||
;---------------------------------------------------
|
||||
.macro build
|
||||
dta d"0.79" ; number of this build (4 bytes)
|
||||
dta d"0.80" ; number of this build (4 bytes)
|
||||
.endm
|
||||
|
||||
.macro RMTSong
|
||||
@@ -4138,11 +4138,11 @@ PLAYER
|
||||
;-------------------------------------------------
|
||||
;-------------------------------------------------
|
||||
; music and sfx
|
||||
org $a900 ; address of RMT module
|
||||
org $b000 ; address of RMT module
|
||||
MODUL
|
||||
; RMT module is standard Atari binary file already
|
||||
; include music RMT module:
|
||||
ins "msx/tbm4_str.rmt",+6
|
||||
ins "msx/tbm5_str.rmt",+6
|
||||
MODULEND
|
||||
|
||||
;-----------------------------------
|
||||
@@ -4155,13 +4155,10 @@ sfx_go2 = $0d
|
||||
; RMT songs (lines)
|
||||
;--------------------------------
|
||||
song_main_menu = $00
|
||||
song_ingame = $1c
|
||||
song_ingame = $17
|
||||
song_game_over = $0d
|
||||
song_go = $15
|
||||
song_go1 = $11
|
||||
song_go2 = $13
|
||||
song_scores = $17
|
||||
song_empty = $12
|
||||
song_go = $10
|
||||
song_scores = $12
|
||||
|
||||
|
||||
RUN main
|
||||
|
||||
BIN
Binary file not shown.
+4
-4
@@ -1,12 +1,12 @@
|
||||
STEREOMODE equ 0
|
||||
;* --------BEGIN--------
|
||||
;* Z:\GitHub\Young-lumberjack\msx\tbm4_str.rmt
|
||||
;* Z:\GitHub\Young-lumberjack\msx\tbm5_str.rmt
|
||||
FEAT_SFX equ 1
|
||||
FEAT_GLOBALVOLUMEFADE equ 0 ;RMTGLOBALVOLUMEFADE variable
|
||||
FEAT_NOSTARTINGSONGLINE equ 0
|
||||
FEAT_INSTRSPEED equ 1
|
||||
FEAT_CONSTANTSPEED equ 0 ;(12 times)
|
||||
FEAT_COMMAND1 equ 1 ;(20 times)
|
||||
FEAT_CONSTANTSPEED equ 0 ;(10 times)
|
||||
FEAT_COMMAND1 equ 0 ;(0 times)
|
||||
FEAT_COMMAND2 equ 0 ;(0 times)
|
||||
FEAT_COMMAND3 equ 0 ;(0 times)
|
||||
FEAT_COMMAND4 equ 0 ;(0 times)
|
||||
@@ -34,7 +34,7 @@ FEAT_VOLUMEONLYG3R equ 0 ;(0 times)
|
||||
FEAT_TABLETYPE equ 0 ;(0 times)
|
||||
FEAT_TABLEMODE equ 0 ;(0 times)
|
||||
FEAT_TABLEGO equ 0 ;(0 times)
|
||||
FEAT_AUDCTLMANUALSET equ 1 ;(3 times)
|
||||
FEAT_AUDCTLMANUALSET equ 1 ;(2 times)
|
||||
FEAT_VOLUMEMIN equ 0 ;(0 times)
|
||||
FEAT_EFFECTVIBRATO equ 0 ;(0 times)
|
||||
FEAT_EFFECTFSHIFT equ 1 ;(1 times)
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user