Match mus_conlobby.mid

This commit is contained in:
Kermalis 2018-09-25 17:30:31 -04:00
parent 8936bb2772
commit 1e7eefd5cc
4 changed files with 4 additions and 1201 deletions

View File

@ -935,7 +935,7 @@ SECTIONS {
sound/songs/mus_hutago.o(.rodata); sound/songs/mus_hutago.o(.rodata);
sound/songs/mus_sitennou.o(.rodata); sound/songs/mus_sitennou.o(.rodata);
sound/songs/mus_yama_eye.o(.rodata); sound/songs/mus_yama_eye.o(.rodata);
sound/songs/mus_conlobby.o(.rodata); sound/songs/midi/mus_conlobby.o(.rodata);
sound/songs/mus_inter_v.o(.rodata); sound/songs/mus_inter_v.o(.rodata);
sound/songs/mus_daigo.o(.rodata); sound/songs/mus_daigo.o(.rodata);
sound/songs/mus_thankfor.o(.rodata); sound/songs/mus_thankfor.o(.rodata);

View File

@ -93,6 +93,9 @@ $(MID_SUBDIR)/mus_con_fan.s: %.s: %.mid
$(MID_SUBDIR)/mus_con_k.s: %.s: %.mid $(MID_SUBDIR)/mus_con_k.s: %.s: %.mid
$(MID) $< $@ -G092 -R$(STD_REVERB) $(MID) $< $@ -G092 -R$(STD_REVERB)
$(MID_SUBDIR)/mus_conlobby.s: %.s: %.mid
$(MID) $< $@ -G098 -R$(STD_REVERB)
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid $(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
$(MID) $< $@ -G017 -R$(STD_REVERB) $(MID) $< $@ -G017 -R$(STD_REVERB)

Binary file not shown.

File diff suppressed because it is too large Load Diff