mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_machi_s4.mid
This commit is contained in:
parent
ce3b52f650
commit
b916203c88
@ -846,7 +846,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/mus_dooro_x1.o(.rodata);
|
sound/songs/midi/mus_dooro_x1.o(.rodata);
|
||||||
sound/songs/midi/mus_dooro_x3.o(.rodata);
|
sound/songs/midi/mus_dooro_x3.o(.rodata);
|
||||||
sound/songs/midi/mus_machi_s2.o(.rodata);
|
sound/songs/midi/mus_machi_s2.o(.rodata);
|
||||||
sound/songs/mus_machi_s4.o(.rodata);
|
sound/songs/midi/mus_machi_s4.o(.rodata);
|
||||||
sound/songs/midi/mus_gim.o(.rodata);
|
sound/songs/midi/mus_gim.o(.rodata);
|
||||||
sound/songs/midi/mus_naminori.o(.rodata);
|
sound/songs/midi/mus_naminori.o(.rodata);
|
||||||
sound/songs/midi/mus_dan01.o(.rodata);
|
sound/songs/midi/mus_dan01.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -243,6 +243,9 @@ $(MID_SUBDIR)/mus_machi_s2.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_machi_s3.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_machi_s3.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G032 -R$(STD_REVERB) -V080
|
$(MID) $< $@ -G032 -R$(STD_REVERB) -V080
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_machi_s4.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G019 -R$(STD_REVERB) -E
|
||||||
|
|
||||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
@ -367,7 +367,7 @@ gSongTable:: @ 86B49F0
|
|||||||
song mus_dooro_x1, 0, 0 @ Route 110
|
song mus_dooro_x1, 0, 0 @ Route 110
|
||||||
song mus_dooro_x3, 0, 0 @ Route 120
|
song mus_dooro_x3, 0, 0 @ Route 120
|
||||||
song mus_machi_s2, 0, 0 @ Petalburg City
|
song mus_machi_s2, 0, 0 @ Petalburg City
|
||||||
song mus_machi_s4, 0, 0 @ Oldale/Lavaridge Town
|
song mus_machi_s4, 0, 0 @ Oldale Town
|
||||||
song mus_gim, 0, 0 @ Pokémon Gym
|
song mus_gim, 0, 0 @ Pokémon Gym
|
||||||
song mus_naminori, 0, 0 @ Surf
|
song mus_naminori, 0, 0 @ Surf
|
||||||
song mus_dan01, 0, 0 @ Petalburg Woods
|
song mus_dan01, 0, 0 @ Petalburg Woods
|
||||||
|
BIN
sound/songs/midi/mus_machi_s4.mid
Normal file
BIN
sound/songs/midi/mus_machi_s4.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