diff options
Diffstat (limited to 'sound/songs/se_m_swift.s')
-rw-r--r-- | sound/songs/se_m_swift.s | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/sound/songs/se_m_swift.s b/sound/songs/se_m_swift.s new file mode 100644 index 000000000..10649a80e --- /dev/null +++ b/sound/songs/se_m_swift.s @@ -0,0 +1,111 @@ + .include "MPlayDef.s" + + .equ se_m_swift_grp, voicegroup128 + .equ se_m_swift_pri, 4 + .equ se_m_swift_rev, reverb_set+50 + .equ se_m_swift_mvl, 127 + .equ se_m_swift_key, 0 + .equ se_m_swift_tbs, 1 + .equ se_m_swift_exg, 0 + .equ se_m_swift_cmp, 1 + + .section .rodata + .global se_m_swift + .align 2 + +@********************** Track 1 **********************@ + +se_m_swift_1: + .byte KEYSH , se_m_swift_key+0 + .byte TEMPO , 180*se_m_swift_tbs/2 + .byte VOICE , 16 + .byte BENDR , 12 + .byte PAN , c_v+0 + .byte VOL , 100*se_m_swift_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Ds6 , v100 + .byte W01 + .byte BEND , c_v-11 + .byte W01 + .byte PAN , c_v+5 + .byte VOL , 90*se_m_swift_mvl/mxv + .byte BEND , c_v-20 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 77*se_m_swift_mvl/mxv + .byte BEND , c_v-37 + .byte W01 + .byte PAN , c_v+0 + .byte VOL , 37*se_m_swift_mvl/mxv + .byte BEND , c_v-47 + .byte W02 + .byte VOL , 100*se_m_swift_mvl/mxv + .byte BEND , c_v+0 + .byte N06 + .byte W01 + .byte PAN , c_v+5 + .byte BEND , c_v-11 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 90*se_m_swift_mvl/mxv + .byte BEND , c_v-20 + .byte W01 + .byte PAN , c_v+8 + .byte VOL , 77*se_m_swift_mvl/mxv + .byte BEND , c_v-37 + .byte W01 + .byte PAN , c_v-10 + .byte VOL , 37*se_m_swift_mvl/mxv + .byte BEND , c_v-47 + .byte W02 + .byte VOL , 100*se_m_swift_mvl/mxv + .byte BEND , c_v+0 + .byte N06 , Ds6 , v056 + .byte W01 + .byte PAN , c_v+5 + .byte BEND , c_v-11 + .byte W01 + .byte PAN , c_v-6 + .byte VOL , 90*se_m_swift_mvl/mxv + .byte BEND , c_v-20 + .byte W01 + .byte PAN , c_v+8 + .byte VOL , 77*se_m_swift_mvl/mxv + .byte BEND , c_v-37 + .byte W01 + .byte PAN , c_v-10 + .byte VOL , 37*se_m_swift_mvl/mxv + .byte BEND , c_v-47 + .byte W02 + .byte FINE + +@********************** Track 2 **********************@ + +se_m_swift_2: + .byte KEYSH , se_m_swift_key+0 + .byte VOICE , 53 + .byte VOL , 100*se_m_swift_mvl/mxv + .byte W02 + .byte N06 , Cn6 , v040 + .byte W04 + .byte W02 + .byte N04 , Cn6 , v032 + .byte W04 + .byte W06 + .byte FINE + +@******************************************************@ + .align 2 + +se_m_swift: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_m_swift_pri @ Priority + .byte se_m_swift_rev @ Reverb. + + .word se_m_swift_grp + + .word se_m_swift_1 + .word se_m_swift_2 + + .end |