mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 07:03:40 +01:00
Match mus_rg_champ_r.mid
This commit is contained in:
parent
e38a3e532f
commit
d13822fbe1
@ -990,7 +990,7 @@ SECTIONS {
|
|||||||
sound/songs/mus_rg_opening.o(.rodata);
|
sound/songs/mus_rg_opening.o(.rodata);
|
||||||
sound/songs/mus_rg_load02.o(.rodata);
|
sound/songs/mus_rg_load02.o(.rodata);
|
||||||
sound/songs/mus_rg_load03.o(.rodata);
|
sound/songs/mus_rg_load03.o(.rodata);
|
||||||
sound/songs/mus_rg_champ_r.o(.rodata);
|
sound/songs/midi/mus_rg_champ_r.o(.rodata);
|
||||||
sound/songs/mus_rg_vs_gym.o(.rodata);
|
sound/songs/mus_rg_vs_gym.o(.rodata);
|
||||||
sound/songs/mus_rg_vs_tore.o(.rodata);
|
sound/songs/mus_rg_vs_tore.o(.rodata);
|
||||||
sound/songs/mus_rg_vs_yasei.o(.rodata);
|
sound/songs/mus_rg_vs_yasei.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -342,6 +342,9 @@ $(MID_SUBDIR)/mus_rg_ajito.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_rg_annai.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_rg_annai.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G131 -V068
|
$(MID) $< $@ -E -R$(STD_REVERB) -G131 -V068
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_rg_champ_r.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -E -R$(STD_REVERB) -G154 -V090
|
||||||
|
|
||||||
$(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
|
||||||
|
|
||||||
|
@ -512,7 +512,7 @@ gSongTable:: @ 86B49F0
|
|||||||
song mus_rg_opening, 0, 0 @ Route 24/Intro
|
song mus_rg_opening, 0, 0 @ Route 24/Intro
|
||||||
song mus_rg_load02, 0, 0 @ Route 3
|
song mus_rg_load02, 0, 0 @ Route 3
|
||||||
song mus_rg_load03, 0, 0 @ Route 11
|
song mus_rg_load03, 0, 0 @ Route 11
|
||||||
song mus_rg_champ_r, 0, 0 @ Victory Road/Indigo Plateau
|
song mus_rg_champ_r, 0, 0 @ The Final Road (FRLG)
|
||||||
song mus_rg_vs_gym, 0, 0 @ Battle! Gym Leader/Elite Four
|
song mus_rg_vs_gym, 0, 0 @ Battle! Gym Leader/Elite Four
|
||||||
song mus_rg_vs_tore, 0, 0 @ Battle! Trainer
|
song mus_rg_vs_tore, 0, 0 @ Battle! Trainer
|
||||||
song mus_rg_vs_yasei, 0, 0 @ Battle! Wild Pokémon
|
song mus_rg_vs_yasei, 0, 0 @ Battle! Wild Pokémon
|
||||||
|
BIN
sound/songs/midi/mus_rg_champ_r.mid
Normal file
BIN
sound/songs/midi/mus_rg_champ_r.mid
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user