mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_rg_demo.mid
This commit is contained in:
parent
602ca92b3b
commit
6a9b972491
@ -972,7 +972,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_rg_ajito.o(.rodata);
|
||||
sound/songs/mus_rg_gym.o(.rodata);
|
||||
sound/songs/mus_rg_purin.o(.rodata);
|
||||
sound/songs/mus_rg_demo.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/mus_rg_shion.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -348,6 +348,9 @@ $(MID_SUBDIR)/mus_rg_champ_r.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_rg_cycling.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G141 -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_rg_demo.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G136 -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||
|
||||
|
@ -494,7 +494,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_rg_ajito, 0, 0 @ Rocket Hideout (FRLG)
|
||||
song mus_rg_gym, 0, 0 @ Gym
|
||||
song mus_rg_purin, 2, 2 @ Jigglypuff's Song
|
||||
song mus_rg_demo, 0, 0 @ Opening Movie
|
||||
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_shion, 0, 0 @ Lavender Town
|
||||
|
BIN
sound/songs/midi/mus_rg_demo.mid
Normal file
BIN
sound/songs/midi/mus_rg_demo.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