diff options
author | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-10-10 16:22:40 -0400 |
---|---|---|
committer | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-10-10 16:22:40 -0400 |
commit | 395e754760b9a60718e80bfabc2071ce460fdc39 (patch) | |
tree | 692e648769b0073ac42f3c3e9abe9ccd2998bec9 /sound | |
parent | 2f10c5c24c306ea9bf1c212190375f9f05b170db (diff) |
Match se_jitensya.mid
Diffstat (limited to 'sound')
-rw-r--r-- | sound/songs/midi/se_jitensya.mid | bin | 0 -> 68 bytes | |||
-rw-r--r-- | sound/songs/se_jitensya.s | 40 |
2 files changed, 0 insertions, 40 deletions
diff --git a/sound/songs/midi/se_jitensya.mid b/sound/songs/midi/se_jitensya.mid Binary files differnew file mode 100644 index 000000000..9d5de6cbd --- /dev/null +++ b/sound/songs/midi/se_jitensya.mid diff --git a/sound/songs/se_jitensya.s b/sound/songs/se_jitensya.s deleted file mode 100644 index da5d37007..000000000 --- a/sound/songs/se_jitensya.s +++ /dev/null @@ -1,40 +0,0 @@ - .include "MPlayDef.s" - - .equ se_jitensya_grp, voicegroup128 - .equ se_jitensya_pri, 4 - .equ se_jitensya_rev, reverb_set+50 - .equ se_jitensya_mvl, 127 - .equ se_jitensya_key, 0 - .equ se_jitensya_tbs, 1 - .equ se_jitensya_exg, 0 - .equ se_jitensya_cmp, 1 - - .section .rodata - .global se_jitensya - .align 2 - -@********************** Track 1 **********************@ - -se_jitensya_1: - .byte KEYSH , se_jitensya_key+0 - .byte TEMPO , 120*se_jitensya_tbs/2 - .byte VOICE , 0 - .byte VOL , 90*se_jitensya_mvl/mxv - .byte N96 , Cn3 , v127 - .byte W96 - .byte FINE - -@******************************************************@ - .align 2 - -se_jitensya: - .byte 1 @ NumTrks - .byte 0 @ NumBlks - .byte se_jitensya_pri @ Priority - .byte se_jitensya_rev @ Reverb. - - .word se_jitensya_grp - - .word se_jitensya_1 - - .end |