mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_b_frontier.mid
This commit is contained in:
parent
6049308461
commit
257427ffdc
@ -940,7 +940,7 @@ SECTIONS {
|
||||
sound/songs/mus_daigo.o(.rodata);
|
||||
sound/songs/mus_thankfor.o(.rodata);
|
||||
sound/songs/mus_end.o(.rodata);
|
||||
sound/songs/mus_b_frontier.o(.rodata);
|
||||
sound/songs/midi/mus_b_frontier.o(.rodata);
|
||||
sound/songs/midi/mus_b_arena.o(.rodata);
|
||||
sound/songs/mus_me_pointget.o(.rodata);
|
||||
sound/songs/mus_me_tore_eye.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -24,6 +24,9 @@ $(MID_SUBDIR)/mus_b_dome.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_b_dome1.s: %.s: %.mid
|
||||
$(MID) $< $@ -G111 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_b_frontier.s: %.s: %.mid
|
||||
$(MID) $< $@ -G103 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
BIN
sound/songs/midi/mus_b_frontier.mid
Normal file
BIN
sound/songs/midi/mus_b_frontier.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