mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_ayasii.mid
This commit is contained in:
parent
143b4d151d
commit
aceb85e11e
@ -906,7 +906,7 @@ SECTIONS {
|
||||
sound/songs/mus_tsuretek.o(.rodata);
|
||||
sound/songs/mus_boy_sup.o(.rodata);
|
||||
sound/songs/mus_rainbow.o(.rodata);
|
||||
sound/songs/mus_ayasii.o(.rodata);
|
||||
sound/songs/midi/mus_ayasii.o(.rodata);
|
||||
sound/songs/mus_kachi4.o(.rodata);
|
||||
sound/songs/mus_ropeway.o(.rodata);
|
||||
sound/songs/mus_casino.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -12,5 +12,8 @@ $(MID_SUBDIR)/mus_aqa_0.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_ashroad.s: %.s: %.mid
|
||||
$(MID) $< $@ -G055 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_ayasii.s: %.s: %.mid
|
||||
$(MID) $< $@ -G069 -R$(STD_REVERB) -V078
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
@ -427,7 +427,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_tsuretek, 0, 0 @ Follow Me!
|
||||
song mus_boy_sup, 0, 0 @ Encounter! Brendan
|
||||
song mus_rainbow, 0, 0 @ Ever Grande City
|
||||
song mus_ayasii, 0, 0 @ Encounter! Psychic
|
||||
song mus_ayasii, 0, 0 @ Trainers' Eyes Meet (Hex Maniac)
|
||||
song mus_kachi4, 0, 0 @ Victory! Aqua/Magma Grunt
|
||||
song mus_ropeway, 0, 0 @ Cable Car
|
||||
song mus_casino, 0, 0 @ Game Corner
|
||||
|
BIN
sound/songs/midi/mus_ayasii.mid
Normal file
BIN
sound/songs/midi/mus_ayasii.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