mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_rg_titlerog.mid
This commit is contained in:
parent
214eefb05a
commit
6c460c9461
@ -1016,7 +1016,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_rg_fan5.o(.rodata);
|
||||
sound/songs/midi/mus_rg_fan6.o(.rodata);
|
||||
sound/songs/midi/mus_me_rg_photo.o(.rodata);
|
||||
sound/songs/mus_rg_titlerog.o(.rodata);
|
||||
sound/songs/midi/mus_rg_titlerog.o(.rodata);
|
||||
sound/songs/midi/mus_rg_get_yasei.o(.rodata);
|
||||
sound/songs/midi/mus_rg_sousa.o(.rodata);
|
||||
sound/songs/midi/mus_rg_sekaikan.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -519,6 +519,9 @@ $(MID_SUBDIR)/mus_rg_tamamusi.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_rg_title.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G137 -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_rg_titlerog.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G181 -V075
|
||||
|
||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||
|
||||
|
@ -537,7 +537,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_rg_fan5, 2, 2 @ Fanfare: Pokémon Obtained (FRLG)
|
||||
song mus_rg_fan6, 2, 2 @ Fanfare: Pokémon Caught
|
||||
song mus_me_rg_photo, 2, 2 @ Pokémon Printer (FRLG)
|
||||
song mus_rg_titlerog, 0, 0 @ Game Freak
|
||||
song mus_rg_titlerog, 0, 0 @ Game Freak Logo (FRLG)
|
||||
song mus_rg_get_yasei, 0, 0 @ Fanfare: Pokémon Caught (No Intro) (FRLG)
|
||||
song mus_rg_sousa, 0, 0 @ Game Tutorial (1) (FRLG)
|
||||
song mus_rg_sekaikan, 0, 0 @ Game Tutorial (2) (FRLG)
|
||||
|
BIN
sound/songs/midi/mus_rg_titlerog.mid
Normal file
BIN
sound/songs/midi/mus_rg_titlerog.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