mirror of https://github.com/pret/pokeemerald.git
Match mus_dooro_x1.mid
This commit is contained in:
parent
686ba9eb99
commit
9cc3a8331a
|
@ -843,7 +843,7 @@ SECTIONS {
|
|||
sound/songs/mus_nibi.o(.rodata);
|
||||
sound/songs/mus_suikun.o(.rodata);
|
||||
sound/songs/mus_dooro1.o(.rodata);
|
||||
sound/songs/mus_dooro_x1.o(.rodata);
|
||||
sound/songs/midi/mus_dooro_x1.o(.rodata);
|
||||
sound/songs/mus_dooro_x3.o(.rodata);
|
||||
sound/songs/mus_machi_s2.o(.rodata);
|
||||
sound/songs/mus_machi_s4.o(.rodata);
|
||||
|
|
3
songs.mk
3
songs.mk
|
@ -123,6 +123,9 @@ $(MID_SUBDIR)/mus_daigo.s: %.s: %.mid
|
|||
$(MID_SUBDIR)/mus_dendou.s: %.s: %.mid
|
||||
$(MID) $< $@ -G082 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_dooro_x1.s: %.s: %.mid
|
||||
$(MID) $< $@ -G010 -R$(STD_REVERB) -V080
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue