From f40d36a5644facf02d4b792a87e52ba73b372536 Mon Sep 17 00:00:00 2001 From: Kermalis <29823718+Kermalis@users.noreply.github.com> Date: Sun, 24 Mar 2019 17:13:25 -0400 Subject: [PATCH] Match se_w028.mid --- ld_script.txt | 2 +- songs.mk | 3 ++ sound/songs/midi/se_w028.mid | Bin 0 -> 198 bytes sound/songs/se_w028.s | 95 ----------------------------------- 4 files changed, 4 insertions(+), 96 deletions(-) create mode 100644 sound/songs/midi/se_w028.mid delete mode 100644 sound/songs/se_w028.s diff --git a/ld_script.txt b/ld_script.txt index e18106f6da..af20a656ee 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -793,7 +793,7 @@ SECTIONS { sound/songs/midi/se_w011.o(.rodata); sound/songs/midi/se_w017.o(.rodata); sound/songs/midi/se_w019.o(.rodata); - sound/songs/se_w028.o(.rodata); + sound/songs/midi/se_w028.o(.rodata); sound/songs/midi/se_w013b.o(.rodata); sound/songs/se_w044.o(.rodata); sound/songs/se_w029.o(.rodata); diff --git a/songs.mk b/songs.mk index 082112fced..4de674bba6 100644 --- a/songs.mk +++ b/songs.mk @@ -1242,5 +1242,8 @@ $(MID_SUBDIR)/se_w025b.s: %.s: %.mid $(MID_SUBDIR)/se_w026.s: %.s: %.mid $(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4 +$(MID_SUBDIR)/se_w028.s: %.s: %.mid + $(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4 + $(MID_SUBDIR)/se_z_search.s: %.s: %.mid $(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5 diff --git a/sound/songs/midi/se_w028.mid b/sound/songs/midi/se_w028.mid new file mode 100644 index 0000000000000000000000000000000000000000..7a053f799122b9e32c59370b84b44e2d3dda895b GIT binary patch literal 198 zcmeYb$w*;fU|?flWMF2H@C_--2J(a%{ztGdGD&bS{10SilWJi2ug?IL%4awr#jrty zhk?t1fxVvL0fPg>gy}h%$({=o zV?uE2fn1RngG>YJV@6mj$8b=RVI$B&ptTciG#DFg7#N|nC{Psu D_nszp literal 0 HcmV?d00001 diff --git a/sound/songs/se_w028.s b/sound/songs/se_w028.s deleted file mode 100644 index 716ff7cd8c..0000000000 --- a/sound/songs/se_w028.s +++ /dev/null @@ -1,95 +0,0 @@ - .include "MPlayDef.s" - - .equ se_w028_grp, voicegroup128 - .equ se_w028_pri, 4 - .equ se_w028_rev, reverb_set+50 - .equ se_w028_mvl, 127 - .equ se_w028_key, 0 - .equ se_w028_tbs, 1 - .equ se_w028_exg, 0 - .equ se_w028_cmp, 1 - - .section .rodata - .global se_w028 - .align 2 - -@********************** Track 1 **********************@ - -se_w028_1: - .byte KEYSH , se_w028_key+0 - .byte TEMPO , 150*se_w028_tbs/2 - .byte VOICE , 26 - .byte BENDR , 12 - .byte PAN , c_v+0 - .byte VOL , 110*se_w028_mvl/mxv - .byte BEND , c_v+0 - .byte N02 , Gn5 , v092 - .byte W02 - .byte Cn5 - .byte W04 - .byte VOICE , 36 - .byte VOL , 84*se_w028_mvl/mxv - .byte PAN , c_v+5 - .byte N15 , Gn5 , v040 - .byte W01 - .byte PAN , c_v-10 - .byte W01 - .byte c_v+5 - .byte W01 - .byte c_v-10 - .byte W01 - .byte VOL , 94*se_w028_mvl/mxv - .byte PAN , c_v+5 - .byte W02 - .byte c_v-10 - .byte W01 - .byte c_v+5 - .byte W01 - .byte c_v-10 - .byte W01 - .byte VOL , 110*se_w028_mvl/mxv - .byte PAN , c_v+5 - .byte W01 - .byte c_v-10 - .byte W02 - .byte VOL , 96*se_w028_mvl/mxv - .byte PAN , c_v+5 - .byte W01 - .byte VOL , 68*se_w028_mvl/mxv - .byte PAN , c_v-10 - .byte W01 - .byte VOL , 15*se_w028_mvl/mxv - .byte PAN , c_v+5 - .byte W01 - .byte c_v-10 - .byte W03 - .byte FINE - -@********************** Track 2 **********************@ - -se_w028_2: - .byte KEYSH , se_w028_key+0 - .byte VOICE , 25 - .byte VOL , 110*se_w028_mvl/mxv - .byte PAN , c_v+0 - .byte N01 , Cn3 , v040 - .byte W02 - .byte N01 - .byte W22 - .byte FINE - -@******************************************************@ - .align 2 - -se_w028: - .byte 2 @ NumTrks - .byte 0 @ NumBlks - .byte se_w028_pri @ Priority - .byte se_w028_rev @ Reverb. - - .word se_w028_grp - - .word se_w028_1 - .word se_w028_2 - - .end