mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
Match mus_casino.mid
This commit is contained in:
parent
1768c542db
commit
c501f63be7
@ -909,7 +909,7 @@ SECTIONS {
|
|||||||
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/midi/mus_ropeway.o(.rodata);
|
sound/songs/midi/mus_ropeway.o(.rodata);
|
||||||
sound/songs/mus_casino.o(.rodata);
|
sound/songs/midi/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);
|
||||||
sound/songs/midi/mus_c_road.o(.rodata);
|
sound/songs/midi/mus_c_road.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -84,6 +84,9 @@ $(MID_SUBDIR)/mus_boyeye.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_c_road.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_c_road.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G075 -R$(STD_REVERB)
|
$(MID) $< $@ -G075 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_casino.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G072 -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_casino.mid
Normal file
BIN
sound/songs/midi/mus_casino.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