mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_minamo.mid
This commit is contained in:
parent
61abaaf201
commit
ce1b101f9f
@ -891,7 +891,7 @@ SECTIONS {
|
||||
sound/songs/mus_mishiro.o(.rodata);
|
||||
sound/songs/mus_tozan.o(.rodata);
|
||||
sound/songs/midi/mus_girleye.o(.rodata);
|
||||
sound/songs/mus_minamo.o(.rodata);
|
||||
sound/songs/midi/mus_minamo.o(.rodata);
|
||||
sound/songs/midi/mus_ashroad.o(.rodata);
|
||||
sound/songs/midi/mus_event0.o(.rodata);
|
||||
sound/songs/midi/mus_deepdeep.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -291,6 +291,9 @@ $(MID_SUBDIR)/mus_me_zannen.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_mgm0.s: %.s: %.mid
|
||||
$(MID) $< $@ -G087 -R$(STD_REVERB) -V072
|
||||
|
||||
$(MID_SUBDIR)/mus_minamo.s: %.s: %.mid
|
||||
$(MID) $< $@ -G054 -R$(STD_REVERB) -V085
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
BIN
sound/songs/midi/mus_minamo.mid
Normal file
BIN
sound/songs/midi/mus_minamo.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