mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_machi_s3.mid
This commit is contained in:
parent
8e5fc7964a
commit
ce3b52f650
@ -865,7 +865,7 @@ SECTIONS {
|
||||
sound/songs/mus_syoujoeye.o(.rodata);
|
||||
sound/songs/midi/mus_boyeye.o(.rodata);
|
||||
sound/songs/midi/mus_dan02.o(.rodata);
|
||||
sound/songs/mus_machi_s3.o(.rodata);
|
||||
sound/songs/midi/mus_machi_s3.o(.rodata);
|
||||
sound/songs/mus_odamaki.o(.rodata);
|
||||
sound/songs/midi/mus_b_tower.o(.rodata);
|
||||
sound/songs/mus_swimeye.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -240,6 +240,9 @@ $(MID_SUBDIR)/mus_maborosi.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_machi_s2.s: %.s: %.mid
|
||||
$(MID) $< $@ -G015 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_machi_s3.s: %.s: %.mid
|
||||
$(MID) $< $@ -G032 -R$(STD_REVERB) -V080
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -386,7 +386,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_syoujoeye, 0, 0 @ Encounter! Tuber
|
||||
song mus_boyeye, 0, 0 @ Trainers' Eyes Meet (Youngster)
|
||||
song mus_dan02, 0, 0 @ Abandoned Ship
|
||||
song mus_machi_s3, 0, 0 @ Fortree City/Pacifidlog Town
|
||||
song mus_machi_s3, 0, 0 @ Fortree City
|
||||
song mus_odamaki, 0, 0 @ Professor Birch's Lab
|
||||
song mus_b_tower, 0, 0 @ Battle Tower
|
||||
song mus_swimeye, 0, 0 @ Encounter! Swimmer
|
||||
|
BIN
sound/songs/midi/mus_machi_s3.mid
Normal file
BIN
sound/songs/midi/mus_machi_s3.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