mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_b_dome.mid
This commit is contained in:
parent
db3d988a76
commit
297b24cb20
@ -950,7 +950,7 @@ SECTIONS {
|
||||
sound/songs/mus_rekkuu_kourin.o(.rodata);
|
||||
sound/songs/mus_sattower.o(.rodata);
|
||||
sound/songs/mus_me_symbolget.o(.rodata);
|
||||
sound/songs/mus_b_dome.o(.rodata);
|
||||
sound/songs/midi/mus_b_dome.o(.rodata);
|
||||
sound/songs/mus_b_tube.o(.rodata);
|
||||
sound/songs/mus_b_factory.o(.rodata);
|
||||
sound/songs/mus_vs_rekku.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -18,6 +18,9 @@ $(MID_SUBDIR)/mus_ayasii.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_b_arena.s: %.s: %.mid
|
||||
$(MID) $< $@ -G104 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_b_dome.s: %.s: %.mid
|
||||
$(MID) $< $@ -G111 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
BIN
sound/songs/midi/mus_b_dome.mid
Normal file
BIN
sound/songs/midi/mus_b_dome.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