mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 19:54:21 +01:00
Match mus_rg_opening.mid
This commit is contained in:
parent
4e4da7a646
commit
7333c00cd7
@ -987,7 +987,7 @@ SECTIONS {
|
|||||||
sound/songs/mus_rg_pokeyashi.o(.rodata);
|
sound/songs/mus_rg_pokeyashi.o(.rodata);
|
||||||
sound/songs/midi/mus_rg_ending.o(.rodata);
|
sound/songs/midi/mus_rg_ending.o(.rodata);
|
||||||
sound/songs/midi/mus_rg_load01.o(.rodata);
|
sound/songs/midi/mus_rg_load01.o(.rodata);
|
||||||
sound/songs/mus_rg_opening.o(.rodata);
|
sound/songs/midi/mus_rg_opening.o(.rodata);
|
||||||
sound/songs/midi/mus_rg_load02.o(.rodata);
|
sound/songs/midi/mus_rg_load02.o(.rodata);
|
||||||
sound/songs/midi/mus_rg_load03.o(.rodata);
|
sound/songs/midi/mus_rg_load03.o(.rodata);
|
||||||
sound/songs/midi/mus_rg_champ_r.o(.rodata);
|
sound/songs/midi/mus_rg_champ_r.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -444,6 +444,9 @@ $(MID_SUBDIR)/mus_rg_ohkido.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_rg_okurimono.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_rg_okurimono.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G183 -V100
|
$(MID) $< $@ -E -R$(STD_REVERB) -G183 -V100
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_rg_opening.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -E -R$(STD_REVERB) -G151 -V086
|
||||||
|
|
||||||
$(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
|
||||||
|
|
||||||
|
@ -508,7 +508,7 @@ gSongTable:: @ 86B49F0
|
|||||||
song mus_rg_pokeyashi, 0, 0 @ Pokémon Mansion
|
song mus_rg_pokeyashi, 0, 0 @ Pokémon Mansion
|
||||||
song mus_rg_ending, 0, 0 @ Ending Theme (FRLG)
|
song mus_rg_ending, 0, 0 @ Ending Theme (FRLG)
|
||||||
song mus_rg_load01, 0, 0 @ Road to Viridian City: Leaving Pallet Town (FRLG)
|
song mus_rg_load01, 0, 0 @ Road to Viridian City: Leaving Pallet Town (FRLG)
|
||||||
song mus_rg_opening, 0, 0 @ Route 24/Intro
|
song mus_rg_opening, 0, 0 @ Welcome to the World of Pokémon! (FRLG)
|
||||||
song mus_rg_load02, 0, 0 @ Road to Cerulean City: Leaving Mt. Moon (FRLG)
|
song mus_rg_load02, 0, 0 @ Road to Cerulean City: Leaving Mt. Moon (FRLG)
|
||||||
song mus_rg_load03, 0, 0 @ Road to Fuchsia City: Leaving Lavender Town (FRLG)
|
song mus_rg_load03, 0, 0 @ Road to Fuchsia City: Leaving Lavender Town (FRLG)
|
||||||
song mus_rg_champ_r, 0, 0 @ The Final Road (FRLG)
|
song mus_rg_champ_r, 0, 0 @ The Final Road (FRLG)
|
||||||
|
BIN
sound/songs/midi/mus_rg_opening.mid
Normal file
BIN
sound/songs/midi/mus_rg_opening.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