mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Match mus_rg_slot.mid
This commit is contained in:
parent
2a3cd99fed
commit
f1eb64919b
@ -968,7 +968,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/mus_battle38.o(.rodata);
|
sound/songs/midi/mus_battle38.o(.rodata);
|
||||||
sound/songs/midi/mus_battle30.o(.rodata);
|
sound/songs/midi/mus_battle30.o(.rodata);
|
||||||
sound/songs/midi/mus_rg_annai.o(.rodata);
|
sound/songs/midi/mus_rg_annai.o(.rodata);
|
||||||
sound/songs/mus_rg_slot.o(.rodata);
|
sound/songs/midi/mus_rg_slot.o(.rodata);
|
||||||
sound/songs/midi/mus_rg_ajito.o(.rodata);
|
sound/songs/midi/mus_rg_ajito.o(.rodata);
|
||||||
sound/songs/midi/mus_rg_gym.o(.rodata);
|
sound/songs/midi/mus_rg_gym.o(.rodata);
|
||||||
sound/songs/midi/mus_rg_purin.o(.rodata);
|
sound/songs/midi/mus_rg_purin.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -498,6 +498,9 @@ $(MID_SUBDIR)/mus_rg_shoujo.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_rg_shounen.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_rg_shounen.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G144 -V090
|
$(MID) $< $@ -E -R$(STD_REVERB) -G144 -V090
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_rg_slot.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -E -R$(STD_REVERB) -G132 -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
|
||||||
|
|
||||||
|
@ -489,7 +489,7 @@ gSongTable:: @ 86B49F0
|
|||||||
song mus_battle38, 0, 0 @ Battle! (Elite Four)
|
song mus_battle38, 0, 0 @ Battle! (Elite Four)
|
||||||
song mus_battle30, 0, 0 @ Battle! (Team Aqua/Team Magma Leaders)
|
song mus_battle30, 0, 0 @ Battle! (Team Aqua/Team Magma Leaders)
|
||||||
song mus_rg_annai, 0, 0 @ Guide (FRLG)
|
song mus_rg_annai, 0, 0 @ Guide (FRLG)
|
||||||
song mus_rg_slot, 0, 0 @ Game Corner
|
song mus_rg_slot, 0, 0 @ Rocket Game Corner (FRLG)
|
||||||
song mus_rg_ajito, 0, 0 @ Rocket Hideout (FRLG)
|
song mus_rg_ajito, 0, 0 @ Rocket Hideout (FRLG)
|
||||||
song mus_rg_gym, 0, 0 @ Pokémon Gym (FRLG)
|
song mus_rg_gym, 0, 0 @ Pokémon Gym (FRLG)
|
||||||
song mus_rg_purin, 2, 2 @ Jigglypuff's Song (FRLG)
|
song mus_rg_purin, 2, 2 @ Jigglypuff's Song (FRLG)
|
||||||
|
BIN
sound/songs/midi/mus_rg_slot.mid
Normal file
BIN
sound/songs/midi/mus_rg_slot.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