mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_vs_mew.mid
This commit is contained in:
parent
de8b7e6fde
commit
2ffa3a2c87
@ -955,7 +955,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/mus_b_factory.o(.rodata);
|
sound/songs/midi/mus_b_factory.o(.rodata);
|
||||||
sound/songs/mus_vs_rekku.o(.rodata);
|
sound/songs/mus_vs_rekku.o(.rodata);
|
||||||
sound/songs/midi/mus_vs_front.o(.rodata);
|
sound/songs/midi/mus_vs_front.o(.rodata);
|
||||||
sound/songs/mus_vs_mew.o(.rodata);
|
sound/songs/midi/mus_vs_mew.o(.rodata);
|
||||||
sound/songs/midi/mus_b_dome1.o(.rodata);
|
sound/songs/midi/mus_b_dome1.o(.rodata);
|
||||||
sound/songs/midi/mus_battle27.o(.rodata);
|
sound/songs/midi/mus_battle27.o(.rodata);
|
||||||
sound/songs/midi/mus_battle31.o(.rodata);
|
sound/songs/midi/mus_battle31.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -393,6 +393,9 @@ $(MID_SUBDIR)/mus_tsuretek.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_vs_front.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_vs_front.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G115 -R$(STD_REVERB) -V090 -P1
|
$(MID) $< $@ -G115 -R$(STD_REVERB) -V090 -P1
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_vs_mew.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G116 -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)
|
||||||
|
|
||||||
|
@ -476,7 +476,7 @@ gSongTable:: @ 86B49F0
|
|||||||
song mus_b_factory, 0, 0 @ Battle Factory
|
song mus_b_factory, 0, 0 @ Battle Factory
|
||||||
song mus_vs_rekku, 0, 0 @ Battle! Legendary Pokémon
|
song mus_vs_rekku, 0, 0 @ Battle! Legendary Pokémon
|
||||||
song mus_vs_front, 0, 0 @ Battle! (Frontier Brain)
|
song mus_vs_front, 0, 0 @ Battle! (Frontier Brain)
|
||||||
song mus_vs_mew, 0, 0 @ Battle! Mew
|
song mus_vs_mew, 0, 0 @ Battle! (Mew)
|
||||||
song mus_b_dome1, 0, 0 @ Battle Dome Lobby
|
song mus_b_dome1, 0, 0 @ Battle Dome Lobby
|
||||||
song mus_battle27, 0, 0 @ Battle! (Wild Pokémon)
|
song mus_battle27, 0, 0 @ Battle! (Wild Pokémon)
|
||||||
song mus_battle31, 0, 0 @ Battle! (Team Aqua / Team Magma)
|
song mus_battle31, 0, 0 @ Battle! (Team Aqua / Team Magma)
|
||||||
|
BIN
sound/songs/midi/mus_vs_mew.mid
Normal file
BIN
sound/songs/midi/mus_vs_mew.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