mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_battle36.mid
This commit is contained in:
parent
8896ce87ec
commit
3327c587f0
@ -962,7 +962,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_battle20.o(.rodata);
|
||||
sound/songs/midi/mus_battle32.o(.rodata);
|
||||
sound/songs/midi/mus_battle33.o(.rodata);
|
||||
sound/songs/mus_battle36.o(.rodata);
|
||||
sound/songs/midi/mus_battle36.o(.rodata);
|
||||
sound/songs/midi/mus_battle34.o(.rodata);
|
||||
sound/songs/midi/mus_battle35.o(.rodata);
|
||||
sound/songs/mus_battle38.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -63,6 +63,9 @@ $(MID_SUBDIR)/mus_battle34.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_battle35.s: %.s: %.mid
|
||||
$(MID) $< $@ -G124 -R$(STD_REVERB) -P1
|
||||
|
||||
$(MID_SUBDIR)/mus_battle36.s: %.s: %.mid
|
||||
$(MID) $< $@ -G122 -R$(STD_REVERB) -P1
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -483,7 +483,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_battle20, 0, 0 @ Battle! (Trainer Battle)
|
||||
song mus_battle32, 0, 0 @ Battle! (Gym Leader)
|
||||
song mus_battle33, 0, 0 @ Battle! (Champion Wallace)
|
||||
song mus_battle36, 0, 0 @ Battle! Regi Trio
|
||||
song mus_battle36, 0, 0 @ Battle! (Regirock/Regice/Registeel)
|
||||
song mus_battle34, 0, 0 @ Battle! (Groudon/Kyogre)
|
||||
song mus_battle35, 0, 0 @ Battle! (Brendan/May/Steven)
|
||||
song mus_battle38, 0, 0 @ Battle! Elite Four
|
||||
|
BIN
sound/songs/midi/mus_battle36.mid
Normal file
BIN
sound/songs/midi/mus_battle36.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