diff options
Diffstat (limited to 'sound/songs/se_w003.s')
-rw-r--r-- | sound/songs/se_w003.s | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/sound/songs/se_w003.s b/sound/songs/se_w003.s new file mode 100644 index 000000000..afe6bde55 --- /dev/null +++ b/sound/songs/se_w003.s @@ -0,0 +1,52 @@ + .include "MPlayDef.s" + + .equ se_w003_grp, voicegroup_869D6F4 + .equ se_w003_pri, 4 + .equ se_w003_rev, reverb_set+50 + .equ se_w003_mvl, 127 + .equ se_w003_key, 0 + .equ se_w003_tbs, 1 + .equ se_w003_exg, 0 + .equ se_w003_cmp, 1 + + .section .rodata + .global se_w003 + .align 2 + +@********************** Track 1 **********************@ + +se_w003_1: + .byte KEYSH , se_w003_key+0 + .byte TEMPO , 150*se_w003_tbs/2 + .byte VOICE , 2 + .byte BENDR , 12 + .byte VOL , 110*se_w003_mvl/mxv + .byte PAN , c_v+9 + .byte BEND , c_v+0 + .byte N02 , Bn3 , v112 + .byte W04 + .byte PAN , c_v-9 + .byte N02 , Fn5 , v064 + .byte W02 + .byte PAN , c_v+0 + .byte N02 , Bn3 , v036 + .byte W03 + .byte VOICE , 18 + .byte N02 , Cn6 , v096 + .byte W15 + .byte FINE + +@******************************************************@ + .align 2 + +se_w003: + .byte 1 @ NumTrks + .byte 0 @ NumBlks + .byte se_w003_pri @ Priority + .byte se_w003_rev @ Reverb. + + .word se_w003_grp + + .word se_w003_1 + + .end |