mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_rg_guren.mid
This commit is contained in:
parent
7a6f025d0b
commit
cbf7133661
@ -974,7 +974,7 @@ SECTIONS {
|
||||
sound/songs/mus_rg_purin.o(.rodata);
|
||||
sound/songs/midi/mus_rg_demo.o(.rodata);
|
||||
sound/songs/mus_rg_title.o(.rodata);
|
||||
sound/songs/mus_rg_guren.o(.rodata);
|
||||
sound/songs/midi/mus_rg_guren.o(.rodata);
|
||||
sound/songs/mus_rg_shion.o(.rodata);
|
||||
sound/songs/mus_rg_kaihuku.o(.rodata);
|
||||
sound/songs/midi/mus_rg_cycling.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -375,6 +375,9 @@ $(MID_SUBDIR)/mus_rg_fan6.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_rg_get_yasei.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G170 -V100
|
||||
|
||||
$(MID_SUBDIR)/mus_rg_guren.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G138 -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||
|
||||
|
@ -495,7 +495,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_rg_purin, 2, 2 @ Jigglypuff's Song
|
||||
song mus_rg_demo, 0, 0 @ Opening Movie (FRLG)
|
||||
song mus_rg_title, 0, 0 @ Title Screen
|
||||
song mus_rg_guren, 0, 0 @ Cinnabar Island
|
||||
song mus_rg_guren, 0, 0 @ Cinnabar Island Theme (FRLG)
|
||||
song mus_rg_shion, 0, 0 @ Lavender Town
|
||||
song mus_rg_kaihuku, 0, 0 @ RBY Pokémon Center Healing
|
||||
song mus_rg_cycling, 0, 0 @ Cycling (FRLG)
|
||||
|
BIN
sound/songs/midi/mus_rg_guren.mid
Normal file
BIN
sound/songs/midi/mus_rg_guren.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