mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Match mus_battle20.mid
This commit is contained in:
parent
b28eb2a825
commit
08715af6ac
@ -959,7 +959,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/mus_b_dome1.o(.rodata);
|
sound/songs/midi/mus_b_dome1.o(.rodata);
|
||||||
sound/songs/mus_battle27.o(.rodata);
|
sound/songs/mus_battle27.o(.rodata);
|
||||||
sound/songs/mus_battle31.o(.rodata);
|
sound/songs/mus_battle31.o(.rodata);
|
||||||
sound/songs/mus_battle20.o(.rodata);
|
sound/songs/midi/mus_battle20.o(.rodata);
|
||||||
sound/songs/mus_battle32.o(.rodata);
|
sound/songs/mus_battle32.o(.rodata);
|
||||||
sound/songs/mus_battle33.o(.rodata);
|
sound/songs/mus_battle33.o(.rodata);
|
||||||
sound/songs/mus_battle36.o(.rodata);
|
sound/songs/mus_battle36.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -39,6 +39,9 @@ $(MID_SUBDIR)/mus_b_tower.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_b_tube.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_b_tube.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G112 -R$(STD_REVERB)
|
$(MID) $< $@ -G112 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_battle20.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G119 -R$(STD_REVERB) -P1
|
||||||
|
|
||||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
@ -480,7 +480,7 @@ gSongTable:: @ 86B49F0
|
|||||||
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/Magma
|
song mus_battle31, 0, 0 @ Battle! Team Aqua/Magma
|
||||||
song mus_battle20, 0, 0 @ Battle! Trainer
|
song mus_battle20, 0, 0 @ Battle! (Trainer Battle)
|
||||||
song mus_battle32, 0, 0 @ Battle! Gym Leader
|
song mus_battle32, 0, 0 @ Battle! Gym Leader
|
||||||
song mus_battle33, 0, 0 @ Battle! Champion
|
song mus_battle33, 0, 0 @ Battle! Champion
|
||||||
song mus_battle36, 0, 0 @ Battle! Regi Trio
|
song mus_battle36, 0, 0 @ Battle! Regi Trio
|
||||||
|
BIN
sound/songs/midi/mus_battle20.mid
Normal file
BIN
sound/songs/midi/mus_battle20.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