diff --git a/ld_script.txt b/ld_script.txt index 759db90d74..3ecf55dfa2 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -658,7 +658,7 @@ SECTIONS { sound/songs/midi/se_ru_gashin.o(.rodata); sound/songs/midi/se_ru_gasyan.o(.rodata); sound/songs/midi/se_ru_bari.o(.rodata); - sound/songs/se_ru_hyuu.o(.rodata); + sound/songs/midi/se_ru_hyuu.o(.rodata); sound/songs/midi/se_ki_gasyan.o(.rodata); sound/songs/se_tk_warpin.o(.rodata); sound/songs/se_tk_warpout.o(.rodata); diff --git a/songs.mk b/songs.mk index 819a73997a..218c5c3843 100644 --- a/songs.mk +++ b/songs.mk @@ -1062,5 +1062,8 @@ $(MID_SUBDIR)/se_ru_gashin.s: %.s: %.mid $(MID_SUBDIR)/se_ru_gasyan.s: %.s: %.mid $(MID) $< $@ -E -R$(STD_REVERB) -G128 -V100 -P4 +$(MID_SUBDIR)/se_ru_hyuu.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/song_table.inc b/sound/song_table.inc index 8a6a675c95..42e62b832f 100644 --- a/sound/song_table.inc +++ b/sound/song_table.inc @@ -44,7 +44,7 @@ gSongTable:: @ 86B49F0 song se_ru_gashin, 1, 1 @ Sootopolis Gym - Stairs Appear song se_ru_gasyan, 1, 1 @ Sootopolis Gym - Ice Breaking song se_ru_bari, 1, 1 @ Sootopolis Gym - Walking on Ice - song se_ru_hyuu, 1, 1 @ Falling Down + song se_ru_hyuu, 1, 1 @ Falling Down a Hole song se_ki_gasyan, 2, 2 song se_tk_warpin, 1, 1 @ Warp In song se_tk_warpout, 1, 1 @ Warp Out diff --git a/sound/songs/midi/se_ru_hyuu.mid b/sound/songs/midi/se_ru_hyuu.mid new file mode 100644 index 0000000000..1adfc92681 Binary files /dev/null and b/sound/songs/midi/se_ru_hyuu.mid differ diff --git a/sound/songs/se_ru_hyuu.s b/sound/songs/se_ru_hyuu.s deleted file mode 100644 index cf495141c0..0000000000 --- a/sound/songs/se_ru_hyuu.s +++ /dev/null @@ -1,80 +0,0 @@ - .include "MPlayDef.s" - - .equ se_ru_hyuu_grp, voicegroup128 - .equ se_ru_hyuu_pri, 4 - .equ se_ru_hyuu_rev, reverb_set+50 - .equ se_ru_hyuu_mvl, 127 - .equ se_ru_hyuu_key, 0 - .equ se_ru_hyuu_tbs, 1 - .equ se_ru_hyuu_exg, 0 - .equ se_ru_hyuu_cmp, 1 - - .section .rodata - .global se_ru_hyuu - .align 2 - -@********************** Track 1 **********************@ - -se_ru_hyuu_1: - .byte KEYSH , se_ru_hyuu_key+0 - .byte TEMPO , 170*se_ru_hyuu_tbs/2 - .byte VOICE , 22 - .byte VOL , 110*se_ru_hyuu_mvl/mxv - .byte BEND , c_v+60 - .byte N44 , Gn3 , v080 - .byte W03 - .byte BEND , c_v+57 - .byte W03 - .byte c_v+52 - .byte W03 - .byte c_v+43 - .byte W03 - .byte c_v+36 - .byte W03 - .byte c_v+30 - .byte W03 - .byte c_v+22 - .byte W03 - .byte c_v+16 - .byte W03 - .byte VOL , 104*se_ru_hyuu_mvl/mxv - .byte BEND , c_v+11 - .byte W03 - .byte VOL , 90*se_ru_hyuu_mvl/mxv - .byte BEND , c_v+3 - .byte W03 - .byte VOL , 82*se_ru_hyuu_mvl/mxv - .byte BEND , c_v-8 - .byte W03 - .byte VOL , 71*se_ru_hyuu_mvl/mxv - .byte BEND , c_v-16 - .byte W03 - .byte VOL , 58*se_ru_hyuu_mvl/mxv - .byte BEND , c_v-24 - .byte W03 - .byte VOL , 45*se_ru_hyuu_mvl/mxv - .byte BEND , c_v-36 - .byte W03 - .byte VOL , 36*se_ru_hyuu_mvl/mxv - .byte BEND , c_v-50 - .byte W03 - .byte VOL , 11*se_ru_hyuu_mvl/mxv - .byte BEND , c_v-63 - .byte W03 - .byte VOL , 3*se_ru_hyuu_mvl/mxv - .byte FINE - -@******************************************************@ - .align 2 - -se_ru_hyuu: - .byte 1 @ NumTrks - .byte 0 @ NumBlks - .byte se_ru_hyuu_pri @ Priority - .byte se_ru_hyuu_rev @ Reverb. - - .word se_ru_hyuu_grp - - .word se_ru_hyuu_1 - - .end