diff options
author | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-11-20 18:04:42 -0500 |
---|---|---|
committer | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-11-20 18:04:42 -0500 |
commit | 83f73b7fd73be6e577018cb7a5c4f62cb2b92882 (patch) | |
tree | f0103bdf60c630f8d7bef528258776b964ab3677 /sound | |
parent | 67d2009d7dc2568f00ee3d29128f1b22627e8670 (diff) |
Match se_t_kami.mid
Diffstat (limited to 'sound')
-rw-r--r-- | sound/songs/midi/se_t_kami.mid | bin | 0 -> 191 bytes | |||
-rw-r--r-- | sound/songs/se_t_kami.s | 98 |
2 files changed, 0 insertions, 98 deletions
diff --git a/sound/songs/midi/se_t_kami.mid b/sound/songs/midi/se_t_kami.mid Binary files differnew file mode 100644 index 000000000..71d8163bd --- /dev/null +++ b/sound/songs/midi/se_t_kami.mid diff --git a/sound/songs/se_t_kami.s b/sound/songs/se_t_kami.s deleted file mode 100644 index 6ac8ae06f..000000000 --- a/sound/songs/se_t_kami.s +++ /dev/null @@ -1,98 +0,0 @@ - .include "MPlayDef.s" - - .equ se_t_kami_grp, voicegroup128 - .equ se_t_kami_pri, 3 - .equ se_t_kami_rev, reverb_set+50 - .equ se_t_kami_mvl, 127 - .equ se_t_kami_key, 0 - .equ se_t_kami_tbs, 1 - .equ se_t_kami_exg, 0 - .equ se_t_kami_cmp, 1 - - .section .rodata - .global se_t_kami - .align 2 - -@********************** Track 1 **********************@ - -se_t_kami_1: - .byte KEYSH , se_t_kami_key+0 - .byte TEMPO , 220*se_t_kami_tbs/2 - .byte VOICE , 18 - .byte BENDR , 12 - .byte PAN , c_v+0 - .byte VOL , 110*se_t_kami_mvl/mxv - .byte BEND , c_v+0 - .byte N09 , En3 , v112 - .byte W03 - .byte BEND , c_v+21 - .byte W03 - .byte c_v+0 - .byte W03 - .byte c_v+6 - .byte N15 , En3 , v120 - .byte W03 - .byte BEND , c_v+2 - .byte W03 - .byte c_v-9 - .byte W03 - .byte c_v-29 - .byte W06 - .byte c_v+0 - .byte N09 , Gn2 - .byte W06 - .byte BEND , c_v-8 - .byte W03 - .byte c_v-15 - .byte TIE , Gs2 , v112 - .byte W03 - .byte BEND , c_v-4 - .byte W09 - .byte c_v-8 - .byte W03 - .byte W06 - .byte c_v-13 - .byte W03 - .byte c_v-22 - .byte W09 - .byte c_v-32 - .byte W06 - .byte VOL , 102*se_t_kami_mvl/mxv - .byte BEND , c_v-38 - .byte W09 - .byte VOL , 97*se_t_kami_mvl/mxv - .byte W09 - .byte 92*se_t_kami_mvl/mxv - .byte BEND , c_v-45 - .byte W06 - .byte W03 - .byte VOL , 83*se_t_kami_mvl/mxv - .byte W06 - .byte BEND , c_v-52 - .byte W03 - .byte VOL , 72*se_t_kami_mvl/mxv - .byte W09 - .byte 63*se_t_kami_mvl/mxv - .byte W03 - .byte W06 - .byte 57*se_t_kami_mvl/mxv - .byte W06 - .byte 46*se_t_kami_mvl/mxv - .byte W12 - .byte EOT - .byte FINE - -@******************************************************@ - .align 2 - -se_t_kami: - .byte 1 @ NumTrks - .byte 0 @ NumBlks - .byte se_t_kami_pri @ Priority - .byte se_t_kami_rev @ Reverb. - - .word se_t_kami_grp - - .word se_t_kami_1 - - .end |