mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Match mus_b_arena.mid
This commit is contained in:
parent
2b0d340ba5
commit
db3d988a76
@ -941,7 +941,7 @@ SECTIONS {
|
|||||||
sound/songs/mus_thankfor.o(.rodata);
|
sound/songs/mus_thankfor.o(.rodata);
|
||||||
sound/songs/mus_end.o(.rodata);
|
sound/songs/mus_end.o(.rodata);
|
||||||
sound/songs/mus_b_frontier.o(.rodata);
|
sound/songs/mus_b_frontier.o(.rodata);
|
||||||
sound/songs/mus_b_arena.o(.rodata);
|
sound/songs/midi/mus_b_arena.o(.rodata);
|
||||||
sound/songs/mus_me_pointget.o(.rodata);
|
sound/songs/mus_me_pointget.o(.rodata);
|
||||||
sound/songs/mus_me_tore_eye.o(.rodata);
|
sound/songs/mus_me_tore_eye.o(.rodata);
|
||||||
sound/songs/mus_pyramid.o(.rodata);
|
sound/songs/mus_pyramid.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -15,6 +15,9 @@ $(MID_SUBDIR)/mus_ashroad.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_ayasii.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_ayasii.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G069 -R$(STD_REVERB) -V078
|
$(MID) $< $@ -G069 -R$(STD_REVERB) -V078
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_b_arena.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G104 -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)
|
||||||
|
|
||||||
|
BIN
sound/songs/midi/mus_b_arena.mid
Normal file
BIN
sound/songs/midi/mus_b_arena.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