diff --git a/ld_script.txt b/ld_script.txt index e7cc1e7cc..171aa9362 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -698,7 +698,7 @@ SECTIONS { sound/songs/midi/se_esuka.o(.rodata); sound/songs/midi/se_t_ame.o(.rodata); sound/songs/midi/se_t_ame_e.o(.rodata); - sound/songs/se_t_ooame.o(.rodata); + sound/songs/midi/se_t_ooame.o(.rodata); sound/songs/se_t_ooame_e.o(.rodata); sound/songs/midi/se_t_koame.o(.rodata); sound/songs/midi/se_t_koame_e.o(.rodata); diff --git a/songs.mk b/songs.mk index 9e09ce176..4f9bb601f 100644 --- a/songs.mk +++ b/songs.mk @@ -1095,5 +1095,8 @@ $(MID_SUBDIR)/se_t_koame.s: %.s: %.mid $(MID_SUBDIR)/se_t_koame_e.s: %.s: %.mid $(MID) $< $@ -E -R$(STD_REVERB) -G128 -V080 -P2 +$(MID_SUBDIR)/se_t_ooame.s: %.s: %.mid + $(MID) $< $@ -E -R$(STD_REVERB) -G128 -V100 -P2 + $(MID_SUBDIR)/se_z_search.s: %.s: %.mid $(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5 diff --git a/sound/songs/midi/se_t_ooame.mid b/sound/songs/midi/se_t_ooame.mid new file mode 100644 index 000000000..3aedd4404 Binary files /dev/null and b/sound/songs/midi/se_t_ooame.mid differ diff --git a/sound/songs/se_t_ooame.s b/sound/songs/se_t_ooame.s deleted file mode 100644 index 434f20779..000000000 --- a/sound/songs/se_t_ooame.s +++ /dev/null @@ -1,64 +0,0 @@ - .include "MPlayDef.s" - - .equ se_t_ooame_grp, voicegroup128 - .equ se_t_ooame_pri, 2 - .equ se_t_ooame_rev, reverb_set+50 - .equ se_t_ooame_mvl, 127 - .equ se_t_ooame_key, 0 - .equ se_t_ooame_tbs, 1 - .equ se_t_ooame_exg, 0 - .equ se_t_ooame_cmp, 1 - - .section .rodata - .global se_t_ooame - .align 2 - -@********************** Track 1 **********************@ - -se_t_ooame_1: - .byte KEYSH , se_t_ooame_key+0 - .byte TEMPO , 220*se_t_ooame_tbs/2 - .byte VOICE , 36 - .byte BENDR , 12 - .byte PAN , c_v+0 - .byte VOL , 18*se_t_ooame_mvl/mxv - .byte BEND , c_v+0 - .byte N24 , Cn3 , v060 - .byte W03 - .byte VOL , 33*se_t_ooame_mvl/mxv - .byte W03 - .byte 48*se_t_ooame_mvl/mxv - .byte W03 - .byte 55*se_t_ooame_mvl/mxv - .byte W03 - .byte 65*se_t_ooame_mvl/mxv - .byte W03 - .byte 74*se_t_ooame_mvl/mxv - .byte W03 - .byte 85*se_t_ooame_mvl/mxv - .byte W03 - .byte 100*se_t_ooame_mvl/mxv - .byte W03 -se_t_ooame_1_B1: - .byte N36 , Cn3 , v060 - .byte W24 - .byte W12 - .byte GOTO - .word se_t_ooame_1_B1 - .byte W12 - .byte FINE - -@******************************************************@ - .align 2 - -se_t_ooame: - .byte 1 @ NumTrks - .byte 0 @ NumBlks - .byte se_t_ooame_pri @ Priority - .byte se_t_ooame_rev @ Reverb. - - .word se_t_ooame_grp - - .word se_t_ooame_1 - - .end