Match mus_m_boat.mid

This commit is contained in:
Kermalis 2018-09-28 17:03:36 -04:00
parent 1c4ac53f58
commit 60f13e6075
5 changed files with 5 additions and 2559 deletions

View File

@ -914,7 +914,7 @@ SECTIONS {
sound/songs/mus_safari.o(.rodata); sound/songs/mus_safari.o(.rodata);
sound/songs/midi/mus_c_road.o(.rodata); sound/songs/midi/mus_c_road.o(.rodata);
sound/songs/midi/mus_ajito.o(.rodata); sound/songs/midi/mus_ajito.o(.rodata);
sound/songs/mus_m_boat.o(.rodata); sound/songs/midi/mus_m_boat.o(.rodata);
sound/songs/mus_m_dungon.o(.rodata); sound/songs/mus_m_dungon.o(.rodata);
sound/songs/midi/mus_finecity.o(.rodata); sound/songs/midi/mus_finecity.o(.rodata);
sound/songs/mus_machupi.o(.rodata); sound/songs/mus_machupi.o(.rodata);

View File

@ -228,6 +228,9 @@ $(MID_SUBDIR)/mus_karakuri.s: %.s: %.mid
$(MID_SUBDIR)/mus_kazanbai.s: %.s: %.mid $(MID_SUBDIR)/mus_kazanbai.s: %.s: %.mid
$(MID) $< $@ -G064 -R$(STD_REVERB) $(MID) $< $@ -G064 -R$(STD_REVERB)
$(MID_SUBDIR)/mus_m_boat.s: %.s: %.mid
$(MID) $< $@ -G077 -R$(STD_REVERB) -V086
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid $(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
$(MID) $< $@ -G017 -R$(STD_REVERB) $(MID) $< $@ -G017 -R$(STD_REVERB)

View File

@ -435,7 +435,7 @@ gSongTable:: @ 86B49F0
song mus_safari, 0, 0 @ Safari Zone song mus_safari, 0, 0 @ Safari Zone
song mus_c_road, 0, 0 @ Victory Road song mus_c_road, 0, 0 @ Victory Road
song mus_ajito, 0, 0 @ Hideout song mus_ajito, 0, 0 @ Hideout
song mus_m_boat, 0, 0 @ Sailing song mus_m_boat, 0, 0 @ Crossing the Sea
song mus_m_dungon, 0, 0 @ Mt. Pyre (Inside) song mus_m_dungon, 0, 0 @ Mt. Pyre (Inside)
song mus_finecity, 0, 0 @ Slateport City song mus_finecity, 0, 0 @ Slateport City
song mus_machupi, 0, 0 @ Mt. Pyre (Outside) song mus_machupi, 0, 0 @ Mt. Pyre (Outside)

Binary file not shown.

File diff suppressed because it is too large Load Diff