mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_tozan.mid [TOOK 3 HOURS]
This commit is contained in:
parent
1e7ad3d964
commit
3893291d8d
@ -889,7 +889,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_cycling.o(.rodata);
|
||||
sound/songs/midi/mus_friendly.o(.rodata);
|
||||
sound/songs/midi/mus_mishiro.o(.rodata);
|
||||
sound/songs/mus_tozan.o(.rodata);
|
||||
sound/songs/midi/mus_tozan.o(.rodata);
|
||||
sound/songs/midi/mus_girleye.o(.rodata);
|
||||
sound/songs/midi/mus_minamo.o(.rodata);
|
||||
sound/songs/midi/mus_ashroad.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -384,6 +384,9 @@ $(MID_SUBDIR)/mus_title3.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_tonekusa.s: %.s: %.mid
|
||||
$(MID) $< $@ -G083 -R$(STD_REVERB) -V100
|
||||
|
||||
$(MID_SUBDIR)/mus_tozan.s: %.s: %.mid
|
||||
$(MID) $< $@ -G052 -R$(STD_REVERB) -V078
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -410,7 +410,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_cycling, 0, 0 @ Cycling
|
||||
song mus_friendly, 0, 0 @ Poké Mart
|
||||
song mus_mishiro, 0, 0 @ Littleroot Town
|
||||
song mus_tozan, 0, 0 @ Sky Pillar
|
||||
song mus_tozan, 0, 0 @ Mt. Chimney
|
||||
song mus_girleye, 0, 0 @ Trainers' Eyes Meet (Lass)
|
||||
song mus_minamo, 0, 0 @ Lilycove City
|
||||
song mus_ashroad, 0, 0 @ Route 111
|
||||
|
BIN
sound/songs/midi/mus_tozan.mid
Normal file
BIN
sound/songs/midi/mus_tozan.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