diff options
author | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-10-10 16:39:11 -0400 |
---|---|---|
committer | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-10-10 16:39:11 -0400 |
commit | a9bdd34f9ea12868176375d535cd88d7f21e7668 (patch) | |
tree | e15f6ef9466022baddef8eeb418859ebf8ca2cb3 /sound | |
parent | f471165e6cb151f7b0e0f581a492e3cf553e1cfb (diff) |
Match se_kon.mid
Diffstat (limited to 'sound')
-rw-r--r-- | sound/songs/midi/se_kon.mid | bin | 0 -> 103 bytes | |||
-rw-r--r-- | sound/songs/se_kon.s | 53 |
2 files changed, 0 insertions, 53 deletions
diff --git a/sound/songs/midi/se_kon.mid b/sound/songs/midi/se_kon.mid Binary files differnew file mode 100644 index 000000000..438d4b047 --- /dev/null +++ b/sound/songs/midi/se_kon.mid diff --git a/sound/songs/se_kon.s b/sound/songs/se_kon.s deleted file mode 100644 index 45a59f4d9..000000000 --- a/sound/songs/se_kon.s +++ /dev/null @@ -1,53 +0,0 @@ - .include "MPlayDef.s" - - .equ se_kon_grp, voicegroup128 - .equ se_kon_pri, 4 - .equ se_kon_rev, reverb_set+50 - .equ se_kon_mvl, 127 - .equ se_kon_key, 0 - .equ se_kon_tbs, 1 - .equ se_kon_exg, 0 - .equ se_kon_cmp, 1 - - .section .rodata - .global se_kon - .align 2 - -@********************** Track 1 **********************@ - -se_kon_1: - .byte KEYSH , se_kon_key+0 - .byte TEMPO , 150*se_kon_tbs/2 - .byte VOICE , 16 - .byte VOL , 100*se_kon_mvl/mxv - .byte BEND , c_v+1 - .byte N12 , Fn4 , v112 - .byte W12 - .byte FINE - -@********************** Track 2 **********************@ - -se_kon_2: - .byte KEYSH , se_kon_key+0 - .byte VOICE , 17 - .byte VOL , 100*se_kon_mvl/mxv - .byte BEND , c_v+0 - .byte N09 , Fn4 , v100 - .byte W12 - .byte FINE - -@******************************************************@ - .align 2 - -se_kon: - .byte 2 @ NumTrks - .byte 0 @ NumBlks - .byte se_kon_pri @ Priority - .byte se_kon_rev @ Reverb. - - .word se_kon_grp - - .word se_kon_1 - .word se_kon_2 - - .end |