mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Match mus_ropeway.mid
This commit is contained in:
parent
aceb85e11e
commit
2b0d340ba5
@ -908,7 +908,7 @@ SECTIONS {
|
|||||||
sound/songs/mus_rainbow.o(.rodata);
|
sound/songs/mus_rainbow.o(.rodata);
|
||||||
sound/songs/midi/mus_ayasii.o(.rodata);
|
sound/songs/midi/mus_ayasii.o(.rodata);
|
||||||
sound/songs/mus_kachi4.o(.rodata);
|
sound/songs/mus_kachi4.o(.rodata);
|
||||||
sound/songs/mus_ropeway.o(.rodata);
|
sound/songs/midi/mus_ropeway.o(.rodata);
|
||||||
sound/songs/mus_casino.o(.rodata);
|
sound/songs/mus_casino.o(.rodata);
|
||||||
sound/songs/mus_hightown.o(.rodata);
|
sound/songs/mus_hightown.o(.rodata);
|
||||||
sound/songs/mus_safari.o(.rodata);
|
sound/songs/mus_safari.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -17,3 +17,6 @@ $(MID_SUBDIR)/mus_ayasii.s: %.s: %.mid
|
|||||||
|
|
||||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G071 -R$(STD_REVERB) -V078
|
||||||
|
BIN
sound/songs/midi/mus_ropeway.mid
Normal file
BIN
sound/songs/midi/mus_ropeway.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