mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_friendly.mid
This commit is contained in:
parent
157cad7ba7
commit
a8ad043ff9
@ -887,7 +887,7 @@ SECTIONS {
|
||||
sound/songs/mus_nextroad.o(.rodata);
|
||||
sound/songs/mus_granroad.o(.rodata);
|
||||
sound/songs/midi/mus_cycling.o(.rodata);
|
||||
sound/songs/mus_friendly.o(.rodata);
|
||||
sound/songs/midi/mus_friendly.o(.rodata);
|
||||
sound/songs/mus_mishiro.o(.rodata);
|
||||
sound/songs/mus_tozan.o(.rodata);
|
||||
sound/songs/mus_girleye.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -162,6 +162,9 @@ $(MID_SUBDIR)/mus_field13.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_finecity.s: %.s: %.mid
|
||||
$(MID) $< $@ -G079 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_friendly.s: %.s: %.mid
|
||||
$(MID) $< $@ -G050 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -408,7 +408,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_nextroad, 0, 0 @ Route 104
|
||||
song mus_granroad, 0, 0 @ Route 119
|
||||
song mus_cycling, 0, 0 @ Cycling
|
||||
song mus_friendly, 0, 0 @ Pokémart
|
||||
song mus_friendly, 0, 0 @ Poké Mart
|
||||
song mus_mishiro, 0, 0 @ Littleroot Town
|
||||
song mus_tozan, 0, 0 @ Sky Pillar
|
||||
song mus_girleye, 0, 0 @ Encounter! Girl
|
||||
|
BIN
sound/songs/midi/mus_friendly.mid
Normal file
BIN
sound/songs/midi/mus_friendly.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