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 000000000..fe59c2f97 Binary files /dev/null and b/sound/songs/midi/se_pin.mid differ 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