mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_sitennou.mid
This commit is contained in:
parent
9cc155e0a7
commit
48caaf4eb2
@ -933,7 +933,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_eikou_r.o(.rodata);
|
||||
sound/songs/midi/mus_karakuri.o(.rodata);
|
||||
sound/songs/midi/mus_hutago.o(.rodata);
|
||||
sound/songs/mus_sitennou.o(.rodata);
|
||||
sound/songs/midi/mus_sitennou.o(.rodata);
|
||||
sound/songs/mus_yama_eye.o(.rodata);
|
||||
sound/songs/midi/mus_conlobby.o(.rodata);
|
||||
sound/songs/midi/mus_inter_v.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -342,6 +342,9 @@ $(MID_SUBDIR)/mus_sattower.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_shinka.s: %.s: %.mid
|
||||
$(MID) $< $@ -G026 -R$(STD_REVERB) -V080
|
||||
|
||||
$(MID_SUBDIR)/mus_sitennou.s: %.s: %.mid
|
||||
$(MID) $< $@ -G096 -R$(STD_REVERB) -V078
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -454,7 +454,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_eikou_r, 0, 0 @ Room of Glory
|
||||
song mus_karakuri, 0, 0 @ The Trick House
|
||||
song mus_hutago, 0, 0 @ Twins
|
||||
song mus_sitennou, 0, 0 @ Encounter! Elite Four
|
||||
song mus_sitennou, 0, 0 @ The Elite Four Appear!
|
||||
song mus_yama_eye, 0, 0 @ Encounter! Hiker
|
||||
song mus_conlobby, 0, 0 @ Contest Lobby
|
||||
song mus_inter_v, 0, 0 @ Interviewers
|
||||
|
BIN
sound/songs/midi/mus_sitennou.mid
Normal file
BIN
sound/songs/midi/mus_sitennou.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