From e5d535cdf42970368caff185d406e4dcf8d43c51 Mon Sep 17 00:00:00 2001 From: Kermalis <29823718+Kermalis@users.noreply.github.com> Date: Tue, 20 Nov 2018 16:43:21 -0500 Subject: [PATCH] Match se_pin.mid --- ld_script.txt | 2 +- songs.mk | 3 +++ sound/songs/midi/se_pin.mid | Bin 0 -> 107 bytes sound/songs/se_pin.s | 50 ------------------------------------ 4 files changed, 4 insertions(+), 51 deletions(-) create mode 100644 sound/songs/midi/se_pin.mid delete mode 100644 sound/songs/se_pin.s diff --git a/ld_script.txt b/ld_script.txt index b688c2c72..08583e6fe 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -636,7 +636,7 @@ SECTIONS { sound/songs/midi/se_jido_doa.o(.rodata); sound/songs/midi/se_naminori.o(.rodata); sound/songs/midi/se_ban.o(.rodata); - sound/songs/se_pin.o(.rodata); + sound/songs/midi/se_pin.o(.rodata); sound/songs/midi/se_boo.o(.rodata); sound/songs/midi/se_bowa.o(.rodata); sound/songs/midi/se_jyuni.o(.rodata); diff --git a/songs.mk b/songs.mk index 167298eb1..ece0a9e7c 100644 --- a/songs.mk +++ b/songs.mk @@ -987,5 +987,8 @@ $(MID_SUBDIR)/se_pc_off.s: %.s: %.mid $(MID_SUBDIR)/se_pc_on.s: %.s: %.mid $(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P5 +$(MID_SUBDIR)/se_pin.s: %.s: %.mid + $(MID) $< $@ -E -R$(STD_REVERB) -G127 -V060 -P4 + $(MID_SUBDIR)/se_z_search.s: %.s: %.mid $(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5 diff --git a/sound/songs/midi/se_pin.mid b/sound/songs/midi/se_pin.mid new file mode 100644 index 0000000000000000000000000000000000000000..fe59c2f97781d4983a34c880ecec14499c47e077 GIT binary patch literal 107 zcmeYb$w*;fU|?flWME>D@C_--2J(a%{ztGdvPy6;{10U2R6oG*U!MUgWyNrSm0^Pj l4+DEW!vh8fh6&O2%ni{D3=`4|m>beTv;>rPLE!^U007I`7~=o{ literal 0 HcmV?d00001 diff --git a/sound/songs/se_pin.s b/sound/songs/se_pin.s deleted file mode 100644 index 29d87b749..000000000 --- a/sound/songs/se_pin.s +++ /dev/null @@ -1,50 +0,0 @@ - .include "MPlayDef.s" - - .equ se_pin_grp, voicegroup127 - .equ se_pin_pri, 4 - .equ se_pin_rev, reverb_set+50 - .equ se_pin_mvl, 127 - .equ se_pin_key, 0 - .equ se_pin_tbs, 1 - .equ se_pin_exg, 0 - .equ se_pin_cmp, 1 - - .section .rodata - .global se_pin - .align 2 - -@********************** Track 1 **********************@ - -se_pin_1: - .byte KEYSH , se_pin_key+0 - .byte TEMPO , 100*se_pin_tbs/2 - .byte VOICE , 5 - .byte BENDR , 12 - .byte VOL , 60*se_pin_mvl/mxv - .byte BEND , c_v+0 - .byte N03 , Gn5 , v127 - .byte W03 - .byte Gn6 , v112 - .byte W03 - .byte Gn6 , v024 - .byte W03 - .byte Gn6 , v068 - .byte W03 - .byte Gn6 , v024 - .byte W03 - .byte FINE - -@******************************************************@ - .align 2 - -se_pin: - .byte 1 @ NumTrks - .byte 0 @ NumBlks - .byte se_pin_pri @ Priority - .byte se_pin_rev @ Reverb. - - .word se_pin_grp - - .word se_pin_1 - - .end