mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_b_factory.mid
This commit is contained in:
parent
9e7db1bc19
commit
357b159b86
@ -952,7 +952,7 @@ SECTIONS {
|
||||
sound/songs/mus_me_symbolget.o(.rodata);
|
||||
sound/songs/midi/mus_b_dome.o(.rodata);
|
||||
sound/songs/mus_b_tube.o(.rodata);
|
||||
sound/songs/mus_b_factory.o(.rodata);
|
||||
sound/songs/midi/mus_b_factory.o(.rodata);
|
||||
sound/songs/mus_vs_rekku.o(.rodata);
|
||||
sound/songs/mus_vs_front.o(.rodata);
|
||||
sound/songs/mus_vs_mew.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -27,6 +27,9 @@ $(MID_SUBDIR)/mus_b_dome1.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_b_frontier.s: %.s: %.mid
|
||||
$(MID) $< $@ -G103 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_b_factory.s: %.s: %.mid
|
||||
$(MID) $< $@ -G113 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_b_palace.s: %.s: %.mid
|
||||
$(MID) $< $@ -G108 -R$(STD_REVERB)
|
||||
|
||||
|
BIN
sound/songs/midi/mus_b_factory.mid
Normal file
BIN
sound/songs/midi/mus_b_factory.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