summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorKermalis <29823718+Kermalis@users.noreply.github.com>2018-10-10 14:47:02 -0400
committerKermalis <29823718+Kermalis@users.noreply.github.com>2018-10-10 14:47:02 -0400
commitdf9e2678faf876d1d4f126ca0f8cd4d29c136c1d (patch)
tree133c80d1a6eaf8325998846f08a35edfc0e614d2 /sound
parent4a8dff5ebb642f4cf29790614f4588d7270240fe (diff)
Match se_c_gaji.mid
Diffstat (limited to 'sound')
-rw-r--r--sound/songs/midi/se_c_gaji.midbin0 -> 80 bytes
-rw-r--r--sound/songs/se_c_gaji.s44
2 files changed, 0 insertions, 44 deletions
diff --git a/sound/songs/midi/se_c_gaji.mid b/sound/songs/midi/se_c_gaji.mid
new file mode 100644
index 000000000..94b6389b7
--- /dev/null
+++ b/sound/songs/midi/se_c_gaji.mid
Binary files differ
diff --git a/sound/songs/se_c_gaji.s b/sound/songs/se_c_gaji.s
deleted file mode 100644
index 38217dbe5..000000000
--- a/sound/songs/se_c_gaji.s
+++ /dev/null
@@ -1,44 +0,0 @@
- .include "MPlayDef.s"
-
- .equ se_c_gaji_grp, voicegroup128
- .equ se_c_gaji_pri, 5
- .equ se_c_gaji_rev, reverb_set+50
- .equ se_c_gaji_mvl, 127
- .equ se_c_gaji_key, 0
- .equ se_c_gaji_tbs, 1
- .equ se_c_gaji_exg, 0
- .equ se_c_gaji_cmp, 1
-
- .section .rodata
- .global se_c_gaji
- .align 2
-
-@********************** Track 1 **********************@
-
-se_c_gaji_1:
- .byte KEYSH , se_c_gaji_key+0
- .byte TEMPO , 150*se_c_gaji_tbs/2
- .byte VOICE , 14
- .byte VOL , 90*se_c_gaji_mvl/mxv
- .byte BEND , c_v-7
- .byte N02 , Cn5 , v112
- .byte W02
- .byte N09 , Gn4
- .byte W04
- .byte W06
- .byte FINE
-
-@******************************************************@
- .align 2
-
-se_c_gaji:
- .byte 1 @ NumTrks
- .byte 0 @ NumBlks
- .byte se_c_gaji_pri @ Priority
- .byte se_c_gaji_rev @ Reverb.
-
- .word se_c_gaji_grp
-
- .word se_c_gaji_1
-
- .end