mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_rg_shiruhu.mid
This commit is contained in:
parent
456a792d8e
commit
0a40fc3073
@ -1002,7 +1002,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/mus_rg_santoan.o(.rodata);
|
sound/songs/midi/mus_rg_santoan.o(.rodata);
|
||||||
sound/songs/midi/mus_rg_naminori.o(.rodata);
|
sound/songs/midi/mus_rg_naminori.o(.rodata);
|
||||||
sound/songs/midi/mus_rg_p_tower.o(.rodata);
|
sound/songs/midi/mus_rg_p_tower.o(.rodata);
|
||||||
sound/songs/mus_rg_shiruhu.o(.rodata);
|
sound/songs/midi/mus_rg_shiruhu.o(.rodata);
|
||||||
sound/songs/midi/mus_rg_hanada.o(.rodata);
|
sound/songs/midi/mus_rg_hanada.o(.rodata);
|
||||||
sound/songs/mus_rg_tamamusi.o(.rodata);
|
sound/songs/mus_rg_tamamusi.o(.rodata);
|
||||||
sound/songs/mus_rg_win_tre.o(.rodata);
|
sound/songs/mus_rg_win_tre.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -489,6 +489,9 @@ $(MID_SUBDIR)/mus_rg_sekaikan.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_rg_shion.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_rg_shion.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G139 -V090
|
$(MID) $< $@ -E -R$(STD_REVERB) -G139 -V090
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_rg_shiruhu.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -E -R$(STD_REVERB) -G166 -V076
|
||||||
|
|
||||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||||
|
|
||||||
|
@ -523,7 +523,7 @@ gSongTable:: @ 86B49F0
|
|||||||
song mus_rg_santoan, 0, 0 @ The S.S. Anne (FRLG)
|
song mus_rg_santoan, 0, 0 @ The S.S. Anne (FRLG)
|
||||||
song mus_rg_naminori, 0, 0 @ The Sea (FRLG)
|
song mus_rg_naminori, 0, 0 @ The Sea (FRLG)
|
||||||
song mus_rg_p_tower, 0, 0 @ Pokémon Tower (FRLG)
|
song mus_rg_p_tower, 0, 0 @ Pokémon Tower (FRLG)
|
||||||
song mus_rg_shiruhu, 0, 0 @ Silph Co.
|
song mus_rg_shiruhu, 0, 0 @ Silph Co. (FRLG)
|
||||||
song mus_rg_hanada, 0, 0 @ Fuchsia City Theme (FRLG)
|
song mus_rg_hanada, 0, 0 @ Fuchsia City Theme (FRLG)
|
||||||
song mus_rg_tamamusi, 0, 0 @ Celadon City
|
song mus_rg_tamamusi, 0, 0 @ Celadon City
|
||||||
song mus_rg_win_tre, 0, 0 @ Victory! Trainer
|
song mus_rg_win_tre, 0, 0 @ Victory! Trainer
|
||||||
|
BIN
sound/songs/midi/mus_rg_shiruhu.mid
Normal file
BIN
sound/songs/midi/mus_rg_shiruhu.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