From ecf9d206e2738dd2cb4c530263b3367a75f007f3 Mon Sep 17 00:00:00 2001 From: Kermalis <29823718+Kermalis@users.noreply.github.com> Date: Wed, 10 Oct 2018 14:38:28 -0400 Subject: [PATCH] Match se_bowa.mid --- ld_script.txt | 2 +- songs.mk | 3 +++ sound/songs/midi/se_bowa.mid | Bin 0 -> 86 bytes sound/songs/se_bowa.s | 45 ----------------------------------- 4 files changed, 4 insertions(+), 46 deletions(-) create mode 100644 sound/songs/midi/se_bowa.mid delete mode 100644 sound/songs/se_bowa.s diff --git a/ld_script.txt b/ld_script.txt index fb33456bd..f1aa96fc2 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -587,7 +587,7 @@ SECTIONS { sound/songs/midi/se_ban.o(.rodata); sound/songs/se_pin.o(.rodata); sound/songs/midi/se_boo.o(.rodata); - sound/songs/se_bowa.o(.rodata); + 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); diff --git a/songs.mk b/songs.mk index ed3a58496..9973061ba 100644 --- a/songs.mk +++ b/songs.mk @@ -801,5 +801,8 @@ $(MID_SUBDIR)/se_bidoro.s: %.s: %.mid $(MID_SUBDIR)/se_boo.s: %.s: %.mid $(MID) $< $@ -E -R$(STD_REVERB) -G127 -V110 -P4 +$(MID_SUBDIR)/se_bowa.s: %.s: %.mid + $(MID) $< $@ -E -R$(STD_REVERB) -G127 -V070 -P4 + $(MID_SUBDIR)/se_z_search.s: %.s: %.mid $(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5 diff --git a/sound/songs/midi/se_bowa.mid b/sound/songs/midi/se_bowa.mid new file mode 100644 index 0000000000000000000000000000000000000000..684ea618c1c2da9603c01b61604f9e70da8cf3e4 GIT binary patch literal 86 zcmeYb$w*;fU|?flWME>D@C_--2J(a%{ztGdvPf_+{10SiSLb8+ug?ILQe`;6&agp* ihk?DG;Q@ma!vxcMmIhM>h6#4{j16`Sj0b>v^ceukcoIJV literal 0 HcmV?d00001 diff --git a/sound/songs/se_bowa.s b/sound/songs/se_bowa.s deleted file mode 100644 index 93b84265b..000000000 --- a/sound/songs/se_bowa.s +++ /dev/null @@ -1,45 +0,0 @@ - .include "MPlayDef.s" - - .equ se_bowa_grp, voicegroup127 - .equ se_bowa_pri, 4 - .equ se_bowa_rev, reverb_set+50 - .equ se_bowa_mvl, 127 - .equ se_bowa_key, 0 - .equ se_bowa_tbs, 1 - .equ se_bowa_exg, 0 - .equ se_bowa_cmp, 1 - - .section .rodata - .global se_bowa - .align 2 - -@********************** Track 1 **********************@ - -se_bowa_1: - .byte KEYSH , se_bowa_key+0 - .byte TEMPO , 128*se_bowa_tbs/2 - .byte VOICE , 7 - .byte BENDR , 12 - .byte VOL , 70*se_bowa_mvl/mxv - .byte BEND , c_v+2 - .byte N04 , Fn2 , v127 - .byte W04 - .byte N01 , Dn3 - .byte W02 - .byte VOICE , 8 - .byte FINE - -@******************************************************@ - .align 2 - -se_bowa: - .byte 1 @ NumTrks - .byte 0 @ NumBlks - .byte se_bowa_pri @ Priority - .byte se_bowa_rev @ Reverb. - - .word se_bowa_grp - - .word se_bowa_1 - - .end