mirror of
https://github.com/Pecusx/Young-lumberjack.git
synced 2026-05-20 22:33:54 +02:00
Longer music
This commit is contained in:
+3
-3
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
;---------------------------------------------------
|
;---------------------------------------------------
|
||||||
.macro build
|
.macro build
|
||||||
dta d"0.77" ; number of this build (4 bytes)
|
dta d"0.78" ; number of this build (4 bytes)
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
.macro RMTSong
|
.macro RMTSong
|
||||||
@@ -4114,11 +4114,11 @@ PLAYER
|
|||||||
;-------------------------------------------------
|
;-------------------------------------------------
|
||||||
;-------------------------------------------------
|
;-------------------------------------------------
|
||||||
; music and sfx
|
; music and sfx
|
||||||
org $b000 ; address of RMT module
|
org $a900 ; address of RMT module
|
||||||
MODUL
|
MODUL
|
||||||
; RMT module is standard Atari binary file already
|
; RMT module is standard Atari binary file already
|
||||||
; include music RMT module:
|
; include music RMT module:
|
||||||
ins "msx/tbm3_str.rmt",+6
|
ins "msx/tbm4_str.rmt",+6
|
||||||
MODULEND
|
MODULEND
|
||||||
|
|
||||||
;-----------------------------------
|
;-----------------------------------
|
||||||
|
|||||||
BIN
Binary file not shown.
+2
-2
@@ -1,11 +1,11 @@
|
|||||||
STEREOMODE equ 0
|
STEREOMODE equ 0
|
||||||
;* --------BEGIN--------
|
;* --------BEGIN--------
|
||||||
;* C:\Documents\GitHub\Young-lumberjack\msx\tbm3_str.rmt
|
;* Z:\GitHub\Young-lumberjack\msx\tbm4_str.rmt
|
||||||
FEAT_SFX equ 1
|
FEAT_SFX equ 1
|
||||||
FEAT_GLOBALVOLUMEFADE equ 0 ;RMTGLOBALVOLUMEFADE variable
|
FEAT_GLOBALVOLUMEFADE equ 0 ;RMTGLOBALVOLUMEFADE variable
|
||||||
FEAT_NOSTARTINGSONGLINE equ 0
|
FEAT_NOSTARTINGSONGLINE equ 0
|
||||||
FEAT_INSTRSPEED equ 1
|
FEAT_INSTRSPEED equ 1
|
||||||
FEAT_CONSTANTSPEED equ 0 ;(9 times)
|
FEAT_CONSTANTSPEED equ 0 ;(12 times)
|
||||||
FEAT_COMMAND1 equ 1 ;(20 times)
|
FEAT_COMMAND1 equ 1 ;(20 times)
|
||||||
FEAT_COMMAND2 equ 0 ;(0 times)
|
FEAT_COMMAND2 equ 0 ;(0 times)
|
||||||
FEAT_COMMAND3 equ 0 ;(0 times)
|
FEAT_COMMAND3 equ 0 ;(0 times)
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user