mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_kazanbai.mid
This commit is contained in:
parent
7ec2803e9c
commit
c67dead63d
@ -901,7 +901,7 @@ SECTIONS {
|
|||||||
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);
|
||||||
sound/songs/midi/mus_kakkoii.o(.rodata);
|
sound/songs/midi/mus_kakkoii.o(.rodata);
|
||||||
sound/songs/mus_kazanbai.o(.rodata);
|
sound/songs/midi/mus_kazanbai.o(.rodata);
|
||||||
sound/songs/midi/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/midi/mus_boy_sup.o(.rodata);
|
sound/songs/midi/mus_boy_sup.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -225,6 +225,9 @@ $(MID_SUBDIR)/mus_kakkoii.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_karakuri.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_karakuri.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G094 -R$(STD_REVERB)
|
$(MID) $< $@ -G094 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_kazanbai.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G064 -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_kazanbai.mid
Normal file
BIN
sound/songs/midi/mus_kazanbai.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