From afda8b34c12d563962d572951bcac734f9c3037e Mon Sep 17 00:00:00 2001 From: Kermalis <29823718+Kermalis@users.noreply.github.com> Date: Sun, 24 Mar 2019 16:21:22 -0400 Subject: [PATCH] Match se_toy_d.mid --- ld_script.txt | 2 +- songs.mk | 3 ++ sound/songs/midi/se_toy_d.mid | Bin 0 -> 119 bytes sound/songs/se_toy_d.s | 59 ---------------------------------- 4 files changed, 4 insertions(+), 60 deletions(-) create mode 100644 sound/songs/midi/se_toy_d.mid delete mode 100644 sound/songs/se_toy_d.s diff --git a/ld_script.txt b/ld_script.txt index d65c09d4c..19248be25 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -697,7 +697,7 @@ SECTIONS { sound/songs/midi/se_suikomu.o(.rodata); sound/songs/midi/se_nageru.o(.rodata); sound/songs/midi/se_toy_c.o(.rodata); - sound/songs/se_toy_d.o(.rodata); + sound/songs/midi/se_toy_d.o(.rodata); sound/songs/se_toy_e.o(.rodata); sound/songs/se_toy_f.o(.rodata); sound/songs/se_toy_g.o(.rodata); diff --git a/songs.mk b/songs.mk index 56a297824..00a26d979 100644 --- a/songs.mk +++ b/songs.mk @@ -1149,5 +1149,8 @@ $(MID_SUBDIR)/se_toy_c.s: %.s: %.mid $(MID_SUBDIR)/se_toy_c1.s: %.s: %.mid $(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4 +$(MID_SUBDIR)/se_toy_d.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_toy_d.mid b/sound/songs/midi/se_toy_d.mid new file mode 100644 index 0000000000000000000000000000000000000000..0de257ee5d0dcaa56c37630071f085b0f53ac907 GIT binary patch literal 119 zcmeYb$w*;fU|?flWMF2H@C_--2J(a%{ztGdvPf_+{10SilWJi2ug?ILl4m$zz_5Y6 wp5Xz5CBuZU0-lC21|Y4$2BMLb9Ta5P2vqhEsBB`a4Nqe%1CUl=1JOWb00;RS;s5{u literal 0 HcmV?d00001 diff --git a/sound/songs/se_toy_d.s b/sound/songs/se_toy_d.s deleted file mode 100644 index 953fee96d..000000000 --- a/sound/songs/se_toy_d.s +++ /dev/null @@ -1,59 +0,0 @@ - .include "MPlayDef.s" - - .equ se_toy_d_grp, voicegroup128 - .equ se_toy_d_pri, 4 - .equ se_toy_d_rev, reverb_set+50 - .equ se_toy_d_mvl, 127 - .equ se_toy_d_key, 0 - .equ se_toy_d_tbs, 1 - .equ se_toy_d_exg, 0 - .equ se_toy_d_cmp, 1 - - .section .rodata - .global se_toy_d - .align 2 - -@********************** Track 1 **********************@ - -se_toy_d_1: - .byte KEYSH , se_toy_d_key+0 - .byte TEMPO , 150*se_toy_d_tbs/2 - .byte VOICE , 48 - .byte VOL , 110*se_toy_d_mvl/mxv - .byte BEND , c_v-7 - .byte N12 , Dn5 , v112 - .byte W06 - .byte W06 - .byte N06 , Dn5 , v040 - .byte W06 - .byte FINE - -@********************** Track 2 **********************@ - -se_toy_d_2: - .byte KEYSH , se_toy_d_key+0 - .byte VOICE , 17 - .byte VOL , 110*se_toy_d_mvl/mxv - .byte BEND , c_v-7 - .byte N12 , An5 , v060 - .byte W06 - .byte W06 - .byte N06 , An5 , v032 - .byte W06 - .byte FINE - -@******************************************************@ - .align 2 - -se_toy_d: - .byte 2 @ NumTrks - .byte 0 @ NumBlks - .byte se_toy_d_pri @ Priority - .byte se_toy_d_rev @ Reverb. - - .word se_toy_d_grp - - .word se_toy_d_1 - .word se_toy_d_2 - - .end