mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Match mus_mishiro.mid
This commit is contained in:
parent
ce1b101f9f
commit
0761db312f
@ -888,7 +888,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/mus_granroad.o(.rodata);
|
sound/songs/midi/mus_granroad.o(.rodata);
|
||||||
sound/songs/midi/mus_cycling.o(.rodata);
|
sound/songs/midi/mus_cycling.o(.rodata);
|
||||||
sound/songs/midi/mus_friendly.o(.rodata);
|
sound/songs/midi/mus_friendly.o(.rodata);
|
||||||
sound/songs/mus_mishiro.o(.rodata);
|
sound/songs/midi/mus_mishiro.o(.rodata);
|
||||||
sound/songs/mus_tozan.o(.rodata);
|
sound/songs/mus_tozan.o(.rodata);
|
||||||
sound/songs/midi/mus_girleye.o(.rodata);
|
sound/songs/midi/mus_girleye.o(.rodata);
|
||||||
sound/songs/midi/mus_minamo.o(.rodata);
|
sound/songs/midi/mus_minamo.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -294,6 +294,9 @@ $(MID_SUBDIR)/mus_mgm0.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_minamo.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_minamo.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G054 -R$(STD_REVERB) -V085
|
$(MID) $< $@ -G054 -R$(STD_REVERB) -V085
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_mishiro.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G051 -R$(STD_REVERB) -V100
|
||||||
|
|
||||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
BIN
sound/songs/midi/mus_mishiro.mid
Normal file
BIN
sound/songs/midi/mus_mishiro.mid
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user