mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_rg_ending.mid
This commit is contained in:
parent
c684cf0659
commit
e07680cb72
@ -985,7 +985,7 @@ SECTIONS {
|
||||
sound/songs/mus_rg_t_mori.o(.rodata);
|
||||
sound/songs/mus_rg_otsukimi.o(.rodata);
|
||||
sound/songs/mus_rg_pokeyashi.o(.rodata);
|
||||
sound/songs/mus_rg_ending.o(.rodata);
|
||||
sound/songs/midi/mus_rg_ending.o(.rodata);
|
||||
sound/songs/mus_rg_load01.o(.rodata);
|
||||
sound/songs/mus_rg_opening.o(.rodata);
|
||||
sound/songs/mus_rg_load02.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -357,6 +357,9 @@ $(MID_SUBDIR)/mus_rg_dendou.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_rg_deoeye.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G184 -V079
|
||||
|
||||
$(MID_SUBDIR)/mus_rg_ending.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G149 -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||
|
||||
|
@ -506,7 +506,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_rg_t_mori, 0, 0 @ Viridian Forest
|
||||
song mus_rg_otsukimi, 0, 0 @ Mt. Moon
|
||||
song mus_rg_pokeyashi, 0, 0 @ Pokémon Mansion
|
||||
song mus_rg_ending, 0, 0 @ Credits
|
||||
song mus_rg_ending, 0, 0 @ Ending Theme (FRLG)
|
||||
song mus_rg_load01, 0, 0 @ Route 1
|
||||
song mus_rg_opening, 0, 0 @ Route 24/Intro
|
||||
song mus_rg_load02, 0, 0 @ Route 3
|
||||
|
BIN
sound/songs/midi/mus_rg_ending.mid
Normal file
BIN
sound/songs/midi/mus_rg_ending.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