mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_inter_v.mid
This commit is contained in:
parent
ac4b91d602
commit
c9cef8f631
@ -936,7 +936,7 @@ SECTIONS {
|
|||||||
sound/songs/mus_sitennou.o(.rodata);
|
sound/songs/mus_sitennou.o(.rodata);
|
||||||
sound/songs/mus_yama_eye.o(.rodata);
|
sound/songs/mus_yama_eye.o(.rodata);
|
||||||
sound/songs/midi/mus_conlobby.o(.rodata);
|
sound/songs/midi/mus_conlobby.o(.rodata);
|
||||||
sound/songs/mus_inter_v.o(.rodata);
|
sound/songs/midi/mus_inter_v.o(.rodata);
|
||||||
sound/songs/midi/mus_daigo.o(.rodata);
|
sound/songs/midi/mus_daigo.o(.rodata);
|
||||||
sound/songs/mus_thankfor.o(.rodata);
|
sound/songs/mus_thankfor.o(.rodata);
|
||||||
sound/songs/midi/mus_end.o(.rodata);
|
sound/songs/midi/mus_end.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -198,6 +198,9 @@ $(MID_SUBDIR)/mus_hightown.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_hutago.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_hutago.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G095 -R$(STD_REVERB)
|
$(MID) $< $@ -G095 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_inter_v.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G099 -R$(STD_REVERB)
|
||||||
|
|
||||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
@ -457,7 +457,7 @@ gSongTable:: @ 86B49F0
|
|||||||
song mus_sitennou, 0, 0 @ Encounter! Elite Four
|
song mus_sitennou, 0, 0 @ Encounter! Elite Four
|
||||||
song mus_yama_eye, 0, 0 @ Encounter! Hiker
|
song mus_yama_eye, 0, 0 @ Encounter! Hiker
|
||||||
song mus_conlobby, 0, 0 @ Contest Lobby
|
song mus_conlobby, 0, 0 @ Contest Lobby
|
||||||
song mus_inter_v, 0, 0 @ Encounter! Gabby and Ty
|
song mus_inter_v, 0, 0 @ Interviewers
|
||||||
song mus_daigo, 0, 0 @ Champion Wallace
|
song mus_daigo, 0, 0 @ Champion Wallace
|
||||||
song mus_thankfor, 0, 0 @ Credits
|
song mus_thankfor, 0, 0 @ Credits
|
||||||
song mus_end, 0, 0 @ The End
|
song mus_end, 0, 0 @ The End
|
||||||
|
BIN
sound/songs/midi/mus_inter_v.mid
Normal file
BIN
sound/songs/midi/mus_inter_v.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