diff options
Diffstat (limited to 'sound/songs/se_kon2.s')
-rw-r--r-- | sound/songs/se_kon2.s | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/sound/songs/se_kon2.s b/sound/songs/se_kon2.s new file mode 100644 index 000000000..b2a605702 --- /dev/null +++ b/sound/songs/se_kon2.s @@ -0,0 +1,53 @@ + .include "MPlayDef.s" + + .equ se_kon2_grp, voicegroup_869D6F4 + .equ se_kon2_pri, 4 + .equ se_kon2_rev, reverb_set+50 + .equ se_kon2_mvl, 127 + .equ se_kon2_key, 0 + .equ se_kon2_tbs, 1 + .equ se_kon2_exg, 0 + .equ se_kon2_cmp, 1 + + .section .rodata + .global se_kon2 + .align 2 + +@********************** Track 1 **********************@ + +se_kon2_1: + .byte KEYSH , se_kon2_key+0 + .byte TEMPO , 150*se_kon2_tbs/2 + .byte VOICE , 16 + .byte VOL , 100*se_kon2_mvl/mxv + .byte BEND , c_v+1 + .byte N12 , Fn4 , v100 + .byte W12 + .byte FINE + +@********************** Track 2 **********************@ + +se_kon2_2: + .byte KEYSH , se_kon2_key+0 + .byte VOICE , 17 + .byte VOL , 100*se_kon2_mvl/mxv + .byte BEND , c_v+0 + .byte N09 , Fn4 , v088 + .byte W12 + .byte FINE + +@******************************************************@ + .align 2 + +se_kon2: + .byte 2 @ NumTrks + .byte 0 @ NumBlks + .byte se_kon2_pri @ Priority + .byte se_kon2_rev @ Reverb. + + .word se_kon2_grp + + .word se_kon2_1 + .word se_kon2_2 + + .end |