mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_pyramid.mid
This commit is contained in:
parent
8c6b4f45fc
commit
b531882f01
@ -944,7 +944,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_b_arena.o(.rodata);
|
||||
sound/songs/midi/mus_me_pointget.o(.rodata);
|
||||
sound/songs/midi/mus_me_tore_eye.o(.rodata);
|
||||
sound/songs/mus_pyramid.o(.rodata);
|
||||
sound/songs/midi/mus_pyramid.o(.rodata);
|
||||
sound/songs/mus_pyramid_top.o(.rodata);
|
||||
sound/songs/midi/mus_b_palace.o(.rodata);
|
||||
sound/songs/mus_rekkuu_kourin.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -318,6 +318,9 @@ $(MID_SUBDIR)/mus_pcc.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_pokecen.s: %.s: %.mid
|
||||
$(MID) $< $@ -G046 -R$(STD_REVERB) -V092
|
||||
|
||||
$(MID_SUBDIR)/mus_pyramid.s: %.s: %.mid
|
||||
$(MID) $< $@ -G106 -R$(STD_REVERB) -V079
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
BIN
sound/songs/midi/mus_pyramid.mid
Normal file
BIN
sound/songs/midi/mus_pyramid.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