mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_b_tube.mid
This commit is contained in:
parent
4b5609b739
commit
d396871781
@ -951,7 +951,7 @@ SECTIONS {
|
|||||||
sound/songs/mus_sattower.o(.rodata);
|
sound/songs/mus_sattower.o(.rodata);
|
||||||
sound/songs/mus_me_symbolget.o(.rodata);
|
sound/songs/mus_me_symbolget.o(.rodata);
|
||||||
sound/songs/midi/mus_b_dome.o(.rodata);
|
sound/songs/midi/mus_b_dome.o(.rodata);
|
||||||
sound/songs/mus_b_tube.o(.rodata);
|
sound/songs/midi/mus_b_tube.o(.rodata);
|
||||||
sound/songs/midi/mus_b_factory.o(.rodata);
|
sound/songs/midi/mus_b_factory.o(.rodata);
|
||||||
sound/songs/mus_vs_rekku.o(.rodata);
|
sound/songs/mus_vs_rekku.o(.rodata);
|
||||||
sound/songs/mus_vs_front.o(.rodata);
|
sound/songs/mus_vs_front.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -36,6 +36,9 @@ $(MID_SUBDIR)/mus_b_palace.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_b_tower.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_b_tower.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G035 -R$(STD_REVERB)
|
$(MID) $< $@ -G035 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_b_tube.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G112 -R$(STD_REVERB)
|
||||||
|
|
||||||
$(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_b_tube.mid
Normal file
BIN
sound/songs/midi/mus_b_tube.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