mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_b_palace.mid
This commit is contained in:
parent
257427ffdc
commit
dbfc4b00e1
@ -946,7 +946,7 @@ SECTIONS {
|
||||
sound/songs/mus_me_tore_eye.o(.rodata);
|
||||
sound/songs/mus_pyramid.o(.rodata);
|
||||
sound/songs/mus_pyramid_top.o(.rodata);
|
||||
sound/songs/mus_b_palace.o(.rodata);
|
||||
sound/songs/midi/mus_b_palace.o(.rodata);
|
||||
sound/songs/mus_rekkuu_kourin.o(.rodata);
|
||||
sound/songs/mus_sattower.o(.rodata);
|
||||
sound/songs/mus_me_symbolget.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -27,6 +27,9 @@ $(MID_SUBDIR)/mus_b_dome1.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_b_frontier.s: %.s: %.mid
|
||||
$(MID) $< $@ -G103 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_b_palace.s: %.s: %.mid
|
||||
$(MID) $< $@ -G108 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
BIN
sound/songs/midi/mus_b_palace.mid
Normal file
BIN
sound/songs/midi/mus_b_palace.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