mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_yama_eye.mid
This commit is contained in:
parent
c5463ca1da
commit
1af5e63b41
@ -934,7 +934,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_karakuri.o(.rodata);
|
||||
sound/songs/midi/mus_hutago.o(.rodata);
|
||||
sound/songs/midi/mus_sitennou.o(.rodata);
|
||||
sound/songs/mus_yama_eye.o(.rodata);
|
||||
sound/songs/midi/mus_yama_eye.o(.rodata);
|
||||
sound/songs/midi/mus_conlobby.o(.rodata);
|
||||
sound/songs/midi/mus_inter_v.o(.rodata);
|
||||
sound/songs/midi/mus_daigo.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -399,6 +399,9 @@ $(MID_SUBDIR)/mus_vs_mew.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_vs_rekku.s: %.s: %.mid
|
||||
$(MID) $< $@ -G114 -R$(STD_REVERB) -V080 -P1
|
||||
|
||||
$(MID_SUBDIR)/mus_yama_eye.s: %.s: %.mid
|
||||
$(MID) $< $@ -G097 -R$(STD_REVERB) -V076
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -455,7 +455,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_karakuri, 0, 0 @ The Trick House
|
||||
song mus_hutago, 0, 0 @ Twins
|
||||
song mus_sitennou, 0, 0 @ The Elite Four Appear!
|
||||
song mus_yama_eye, 0, 0 @ Encounter! Hiker
|
||||
song mus_yama_eye, 0, 0 @ Trainers' Eyes Meet (Hiker)
|
||||
song mus_conlobby, 0, 0 @ Contest Lobby
|
||||
song mus_inter_v, 0, 0 @ Interviewers
|
||||
song mus_daigo, 0, 0 @ Champion Wallace
|
||||
|
BIN
sound/songs/midi/mus_yama_eye.mid
Normal file
BIN
sound/songs/midi/mus_yama_eye.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