Match mus_runecity.mid
This commit is contained in:
parent
55f8e4aed7
commit
a55cce930a
4 changed files with 4 additions and 3152 deletions
|
@ -928,7 +928,7 @@ SECTIONS {
|
|||
sound/songs/mus_t_battle.o(.rodata);
|
||||
sound/songs/midi/mus_ooame.o(.rodata);
|
||||
sound/songs/midi/mus_hideri.o(.rodata);
|
||||
sound/songs/mus_runecity.o(.rodata);
|
||||
sound/songs/midi/mus_runecity.o(.rodata);
|
||||
sound/songs/midi/mus_con_k.o(.rodata);
|
||||
sound/songs/midi/mus_eikou_r.o(.rodata);
|
||||
sound/songs/midi/mus_karakuri.o(.rodata);
|
||||
|
|
3
songs.mk
3
songs.mk
|
@ -330,6 +330,9 @@ $(MID_SUBDIR)/mus_rainbow.s: %.s: %.mid
|
|||
$(MID_SUBDIR)/mus_rekkuu_kourin.s: %.s: %.mid
|
||||
$(MID) $< $@ -G109 -R$(STD_REVERB) -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_runecity.s: %.s: %.mid
|
||||
$(MID) $< $@ -G091 -R$(STD_REVERB) -V062
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
|
BIN
sound/songs/midi/mus_runecity.mid
Normal file
BIN
sound/songs/midi/mus_runecity.mid
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue