From 27f2b3b00ab6cda07d6a5033ae21e44fde15e78b Mon Sep 17 00:00:00 2001 From: Kermalis <29823718+Kermalis@users.noreply.github.com> Date: Wed, 10 Oct 2018 16:15:30 -0400 Subject: [PATCH] Match se_i.mid --- ld_script.txt | 2 +- songs.mk | 3 +++ sound/songs/midi/se_i.mid | Bin 0 -> 75 bytes sound/songs/se_i.s | 45 -------------------------------------- 4 files changed, 4 insertions(+), 46 deletions(-) create mode 100644 sound/songs/midi/se_i.mid delete mode 100644 sound/songs/se_i.s diff --git a/ld_script.txt b/ld_script.txt index 8346c6ce9..7722ba540 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -590,7 +590,7 @@ SECTIONS { sound/songs/midi/se_bowa.o(.rodata); sound/songs/se_jyuni.o(.rodata); sound/songs/midi/se_a.o(.rodata); - sound/songs/se_i.o(.rodata); + sound/songs/midi/se_i.o(.rodata); sound/songs/se_u.o(.rodata); sound/songs/midi/se_e.o(.rodata); sound/songs/se_o.o(.rodata); diff --git a/songs.mk b/songs.mk index ecd18722f..c7bea07de 100644 --- a/songs.mk +++ b/songs.mk @@ -903,5 +903,8 @@ $(MID_SUBDIR)/se_hi_turun.s: %.s: %.mid $(MID_SUBDIR)/se_hinsi.s: %.s: %.mid $(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P3 +$(MID_SUBDIR)/se_i.s: %.s: %.mid + $(MID) $< $@ -E -R$(STD_REVERB) -G128 -V120 -P4 + $(MID_SUBDIR)/se_z_search.s: %.s: %.mid $(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5 diff --git a/sound/songs/midi/se_i.mid b/sound/songs/midi/se_i.mid new file mode 100644 index 0000000000000000000000000000000000000000..df7278dfd270f2f5f280f1d6229adafe02d76564 GIT binary patch literal 75 zcmeYb$w*;fU|?flWME>D@C_--2J(a%{ztGdGD&bS{10SizA%B|zdi$0N{Zn?HNyrG X9tQS$h6fA|3=?eXJsNBnB!DUaO2H9e literal 0 HcmV?d00001 diff --git a/sound/songs/se_i.s b/sound/songs/se_i.s deleted file mode 100644 index fdb4ff5c4..000000000 --- a/sound/songs/se_i.s +++ /dev/null @@ -1,45 +0,0 @@ - .include "MPlayDef.s" - - .equ se_i_grp, voicegroup128 - .equ se_i_pri, 4 - .equ se_i_rev, reverb_set+50 - .equ se_i_mvl, 127 - .equ se_i_key, 0 - .equ se_i_tbs, 1 - .equ se_i_exg, 0 - .equ se_i_cmp, 1 - - .section .rodata - .global se_i - .align 2 - -@********************** Track 1 **********************@ - -se_i_1: - .byte KEYSH , se_i_key+0 - .byte TEMPO , 240*se_i_tbs/2 - .byte VOICE , 123 - .byte BENDR , 12 - .byte VOL , 120*se_i_mvl/mxv - .byte BEND , c_v+0 - .byte N72 , Cn3 , v127 - .byte W24 - .byte W24 - .byte W24 - .byte W24 - .byte FINE - -@******************************************************@ - .align 2 - -se_i: - .byte 1 @ NumTrks - .byte 0 @ NumBlks - .byte se_i_pri @ Priority - .byte se_i_rev @ Reverb. - - .word se_i_grp - - .word se_i_1 - - .end