mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_aqa_0.mid
This commit is contained in:
parent
4fc0cb095c
commit
5d52f64c04
@ -902,7 +902,7 @@ SECTIONS {
|
|||||||
sound/songs/mus_hageshii.o(.rodata);
|
sound/songs/mus_hageshii.o(.rodata);
|
||||||
sound/songs/mus_kakkoii.o(.rodata);
|
sound/songs/mus_kakkoii.o(.rodata);
|
||||||
sound/songs/mus_kazanbai.o(.rodata);
|
sound/songs/mus_kazanbai.o(.rodata);
|
||||||
sound/songs/mus_aqa_0.o(.rodata);
|
sound/songs/midi/mus_aqa_0.o(.rodata);
|
||||||
sound/songs/mus_tsuretek.o(.rodata);
|
sound/songs/mus_tsuretek.o(.rodata);
|
||||||
sound/songs/mus_boy_sup.o(.rodata);
|
sound/songs/mus_boy_sup.o(.rodata);
|
||||||
sound/songs/mus_rainbow.o(.rodata);
|
sound/songs/mus_rainbow.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -6,5 +6,8 @@ $(MID_BUILDDIR)/%.o: $(MID_SUBDIR)/%.s
|
|||||||
$(MID_SUBDIR)/mus_ajito.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_ajito.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G076 -R$(STD_REVERB)
|
$(MID) $< $@ -G076 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_aqa_0.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G065 -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_aqa_0.mid
Normal file
BIN
sound/songs/midi/mus_aqa_0.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