mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_m_boat.mid
This commit is contained in:
parent
1c4ac53f58
commit
60f13e6075
@ -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);
|
||||||
|
3
songs.mk
3
songs.mk
@ -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)
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
BIN
sound/songs/midi/mus_m_boat.mid
Normal file
BIN
sound/songs/midi/mus_m_boat.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