mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_rg_deoeye.mid
This commit is contained in:
parent
119a78d896
commit
c684cf0659
@ -1038,7 +1038,7 @@ SECTIONS {
|
||||
sound/songs/mus_rg_vs_myu2.o(.rodata);
|
||||
sound/songs/mus_rg_vs_den.o(.rodata);
|
||||
sound/songs/mus_rg_exeye.o(.rodata);
|
||||
sound/songs/mus_rg_deoeye.o(.rodata);
|
||||
sound/songs/midi/mus_rg_deoeye.o(.rodata);
|
||||
sound/songs/mus_rg_t_tower.o(.rodata);
|
||||
sound/songs/mus_rg_slowmasara.o(.rodata);
|
||||
sound/songs/mus_rg_tvnoize.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -354,6 +354,9 @@ $(MID_SUBDIR)/mus_rg_demo.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_rg_dendou.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G145 -V079
|
||||
|
||||
$(MID_SUBDIR)/mus_rg_deoeye.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G184 -V079
|
||||
|
||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||
|
||||
|
@ -488,7 +488,6 @@ gSongTable:: @ 86B49F0
|
||||
song mus_battle35, 0, 0 @ Battle! (Brendan/May/Steven)
|
||||
song mus_battle38, 0, 0 @ Battle! (Elite Four)
|
||||
song mus_battle30, 0, 0 @ Battle! (Team Aqua/Team Magma Leaders)
|
||||
@ FRLG Music Below
|
||||
song mus_rg_annai, 0, 0 @ Guide (FRLG)
|
||||
song mus_rg_slot, 0, 0 @ Game Corner
|
||||
song mus_rg_ajito, 0, 0 @ Rocket Hideout (FRLG)
|
||||
@ -560,7 +559,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_rg_vs_myu2, 0, 0 @ Battle! Mewtwo
|
||||
song mus_rg_vs_den, 0, 0 @ Battle! Legendary Birds
|
||||
song mus_rg_exeye, 0, 0 @ Encounter! Gym Leader
|
||||
song mus_rg_deoeye, 0, 0 @ Encounter! Deoxys
|
||||
song mus_rg_deoeye, 0, 0 @ Deoxys Appears
|
||||
song mus_rg_t_tower, 0, 0 @ Trainer Tower (Gym)
|
||||
song mus_rg_slowmasara, 0, 0 @ Pallet Town (Hall of Fame remix)
|
||||
song mus_rg_tvnoize, 0, 0 @ Teachy TV
|
||||
|
BIN
sound/songs/midi/mus_rg_deoeye.mid
Normal file
BIN
sound/songs/midi/mus_rg_deoeye.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