mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_t_battle.mid
This commit is contained in:
parent
90525e03ed
commit
4b3149e299
@ -925,7 +925,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_con_fan.o(.rodata);
|
||||
sound/songs/midi/mus_contest0.o(.rodata);
|
||||
sound/songs/midi/mus_mgm0.o(.rodata);
|
||||
sound/songs/mus_t_battle.o(.rodata);
|
||||
sound/songs/midi/mus_t_battle.o(.rodata);
|
||||
sound/songs/midi/mus_ooame.o(.rodata);
|
||||
sound/songs/midi/mus_hideri.o(.rodata);
|
||||
sound/songs/midi/mus_runecity.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -354,6 +354,9 @@ $(MID_SUBDIR)/mus_swimeye.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_syoujoeye.s: %.s: %.mid
|
||||
$(MID) $< $@ -G027 -R$(STD_REVERB) -V080
|
||||
|
||||
$(MID_SUBDIR)/mus_t_battle.s: %.s: %.mid
|
||||
$(MID) $< $@ -G088 -R$(STD_REVERB) -V088
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -446,7 +446,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_con_fan, 0, 0 @ Contest Winner
|
||||
song mus_contest0, 0, 0 @ Pokémon Contest!
|
||||
song mus_mgm0, 0, 0 @ Team Magma Appears!
|
||||
song mus_t_battle, 0, 0 @ Opening Battle
|
||||
song mus_t_battle, 0, 0 @ Opening Movie: Double Battles
|
||||
song mus_ooame, 0, 0 @ Heavy Rain
|
||||
song mus_hideri, 0, 0 @ The Drought
|
||||
song mus_runecity, 0, 0 @ Sootopolis City
|
||||
|
BIN
sound/songs/midi/mus_t_battle.mid
Normal file
BIN
sound/songs/midi/mus_t_battle.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