diff options
author | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-10-10 16:11:23 -0400 |
---|---|---|
committer | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-10-10 16:11:23 -0400 |
commit | ab5c24daa6a5190f9caf470ea6043c0a35c92ce6 (patch) | |
tree | dee3f9c0b04141611cbb87b49601615bc4b820f0 /sound | |
parent | 937e9d05e8fa19237cbd4c7dbf59d2fa52269d7d (diff) |
Match se_hinsi.mid
Diffstat (limited to 'sound')
-rw-r--r-- | sound/songs/midi/se_hinsi.mid | bin | 0 -> 106 bytes | |||
-rw-r--r-- | sound/songs/se_hinsi.s | 50 |
2 files changed, 0 insertions, 50 deletions
diff --git a/sound/songs/midi/se_hinsi.mid b/sound/songs/midi/se_hinsi.mid Binary files differnew file mode 100644 index 000000000..3676a4a04 --- /dev/null +++ b/sound/songs/midi/se_hinsi.mid diff --git a/sound/songs/se_hinsi.s b/sound/songs/se_hinsi.s deleted file mode 100644 index 3c16f2f1b..000000000 --- a/sound/songs/se_hinsi.s +++ /dev/null @@ -1,50 +0,0 @@ - .include "MPlayDef.s" - - .equ se_hinsi_grp, voicegroup127 - .equ se_hinsi_pri, 3 - .equ se_hinsi_rev, reverb_set+50 - .equ se_hinsi_mvl, 127 - .equ se_hinsi_key, 0 - .equ se_hinsi_tbs, 1 - .equ se_hinsi_exg, 0 - .equ se_hinsi_cmp, 1 - - .section .rodata - .global se_hinsi - .align 2 - -@********************** Track 1 **********************@ - -se_hinsi_1: - .byte KEYSH , se_hinsi_key+0 -se_hinsi_1_B1: - .byte TEMPO , 150*se_hinsi_tbs/2 - .byte VOICE , 15 - .byte XCMD , xIECV , 10 - .byte xIECL , 8 - .byte VOL , 100*se_hinsi_mvl/mxv - .byte BEND , c_v+17 - .byte N12 , Dn4 , v080 - .byte W12 - .byte BEND , c_v+31 - .byte N12 , An3 - .byte W12 - .byte W12 - .byte GOTO - .word se_hinsi_1_B1 - .byte FINE - -@******************************************************@ - .align 2 - -se_hinsi: - .byte 1 @ NumTrks - .byte 0 @ NumBlks - .byte se_hinsi_pri @ Priority - .byte se_hinsi_rev @ Reverb. - - .word se_hinsi_grp - - .word se_hinsi_1 - - .end |