mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_conlobby.mid
This commit is contained in:
parent
8936bb2772
commit
1e7eefd5cc
@ -935,7 +935,7 @@ SECTIONS {
|
|||||||
sound/songs/mus_hutago.o(.rodata);
|
sound/songs/mus_hutago.o(.rodata);
|
||||||
sound/songs/mus_sitennou.o(.rodata);
|
sound/songs/mus_sitennou.o(.rodata);
|
||||||
sound/songs/mus_yama_eye.o(.rodata);
|
sound/songs/mus_yama_eye.o(.rodata);
|
||||||
sound/songs/mus_conlobby.o(.rodata);
|
sound/songs/midi/mus_conlobby.o(.rodata);
|
||||||
sound/songs/mus_inter_v.o(.rodata);
|
sound/songs/mus_inter_v.o(.rodata);
|
||||||
sound/songs/mus_daigo.o(.rodata);
|
sound/songs/mus_daigo.o(.rodata);
|
||||||
sound/songs/mus_thankfor.o(.rodata);
|
sound/songs/mus_thankfor.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -93,6 +93,9 @@ $(MID_SUBDIR)/mus_con_fan.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_con_k.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_con_k.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G092 -R$(STD_REVERB)
|
$(MID) $< $@ -G092 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_conlobby.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G098 -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_conlobby.mid
Normal file
BIN
sound/songs/midi/mus_conlobby.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