mirror of https://github.com/pret/pokeemerald.git
Match mus_gomachi0.mid
This commit is contained in:
parent
a2e816b33a
commit
d3bedad347
|
@ -881,7 +881,7 @@ SECTIONS {
|
|||
sound/songs/mus_test3.o(.rodata);
|
||||
sound/songs/mus_test4.o(.rodata);
|
||||
sound/songs/mus_test.o(.rodata);
|
||||
sound/songs/mus_gomachi0.o(.rodata);
|
||||
sound/songs/midi/mus_gomachi0.o(.rodata);
|
||||
sound/songs/mus_gotown.o(.rodata);
|
||||
sound/songs/mus_pokecen.o(.rodata);
|
||||
sound/songs/mus_nextroad.o(.rodata);
|
||||
|
|
3
songs.mk
3
songs.mk
|
@ -177,6 +177,9 @@ $(MID_SUBDIR)/mus_girl_sup.s: %.s: %.mid
|
|||
$(MID_SUBDIR)/mus_girleye.s: %.s: %.mid
|
||||
$(MID) $< $@ -G053 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_gomachi0.s: %.s: %.mid
|
||||
$(MID) $< $@ -G044 -R$(STD_REVERB)
|
||||
|
||||
$(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