mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_title3.mid
This commit is contained in:
parent
caadbc11cc
commit
5ee5f49591
@ -896,7 +896,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/mus_event0.o(.rodata);
|
sound/songs/midi/mus_event0.o(.rodata);
|
||||||
sound/songs/midi/mus_deepdeep.o(.rodata);
|
sound/songs/midi/mus_deepdeep.o(.rodata);
|
||||||
sound/songs/midi/mus_kachi1.o(.rodata);
|
sound/songs/midi/mus_kachi1.o(.rodata);
|
||||||
sound/songs/mus_title3.o(.rodata);
|
sound/songs/midi/mus_title3.o(.rodata);
|
||||||
sound/songs/midi/mus_demo1.o(.rodata);
|
sound/songs/midi/mus_demo1.o(.rodata);
|
||||||
sound/songs/midi/mus_girl_sup.o(.rodata);
|
sound/songs/midi/mus_girl_sup.o(.rodata);
|
||||||
sound/songs/midi/mus_hageshii.o(.rodata);
|
sound/songs/midi/mus_hageshii.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -378,6 +378,9 @@ $(MID_SUBDIR)/mus_tetsuji.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_thankfor.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_thankfor.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G101 -R$(STD_REVERB) -V100
|
$(MID) $< $@ -G101 -R$(STD_REVERB) -V100
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_title3.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G059 -R$(STD_REVERB) -V090
|
||||||
|
|
||||||
$(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_title3.mid
Normal file
BIN
sound/songs/midi/mus_title3.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