diff options
author | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-11-20 17:42:11 -0500 |
---|---|---|
committer | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-11-20 17:42:11 -0500 |
commit | 410492dea9d67fd84286ae5955bd3e4f48c692aa (patch) | |
tree | 2d56e4641728d585db75ad2da8274929c460e85d /sound | |
parent | 83c843474a8a890b2e379657d081067cc0be910e (diff) |
Match se_ru_bari.mid
Diffstat (limited to 'sound')
-rw-r--r-- | sound/songs/midi/se_ru_bari.mid | bin | 0 -> 142 bytes | |||
-rw-r--r-- | sound/songs/se_ru_bari.s | 64 |
2 files changed, 0 insertions, 64 deletions
diff --git a/sound/songs/midi/se_ru_bari.mid b/sound/songs/midi/se_ru_bari.mid Binary files differnew file mode 100644 index 000000000..14b1991e6 --- /dev/null +++ b/sound/songs/midi/se_ru_bari.mid diff --git a/sound/songs/se_ru_bari.s b/sound/songs/se_ru_bari.s deleted file mode 100644 index ffff1b406..000000000 --- a/sound/songs/se_ru_bari.s +++ /dev/null @@ -1,64 +0,0 @@ - .include "MPlayDef.s" - - .equ se_ru_bari_grp, voicegroup127 - .equ se_ru_bari_pri, 4 - .equ se_ru_bari_rev, reverb_set+50 - .equ se_ru_bari_mvl, 127 - .equ se_ru_bari_key, 0 - .equ se_ru_bari_tbs, 1 - .equ se_ru_bari_exg, 0 - .equ se_ru_bari_cmp, 1 - - .section .rodata - .global se_ru_bari - .align 2 - -@********************** Track 1 **********************@ - -se_ru_bari_1: - .byte KEYSH , se_ru_bari_key+0 - .byte TEMPO , 150*se_ru_bari_tbs/2 - .byte VOICE , 9 - .byte VOL , 100*se_ru_bari_mvl/mxv - .byte BEND , c_v+0 - .byte N01 , Gn5 , v088 - .byte W01 - .byte N01 - .byte W02 - .byte Cn6 , v072 - .byte W03 - .byte Cn6 , v056 - .byte W03 - .byte FINE - -@********************** Track 2 **********************@ - -se_ru_bari_2: - .byte KEYSH , se_ru_bari_key+0 - .byte VOICE , 122 - .byte VOL , 100*se_ru_bari_mvl/mxv - .byte N01 , Gn2 , v112 - .byte W02 - .byte VOICE , 123 - .byte W01 - .byte N01 , Gs4 , v096 - .byte W03 - .byte Gs4 , v112 - .byte W03 - .byte FINE - -@******************************************************@ - .align 2 - -se_ru_bari: - .byte 2 @ NumTrks - .byte 0 @ NumBlks - .byte se_ru_bari_pri @ Priority - .byte se_ru_bari_rev @ Reverb. - - .word se_ru_bari_grp - - .word se_ru_bari_1 - .word se_ru_bari_2 - - .end |