mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_hageshii.mid
This commit is contained in:
parent
495c287a5e
commit
b1bcaa8add
@ -899,7 +899,7 @@ SECTIONS {
|
||||
sound/songs/mus_title3.o(.rodata);
|
||||
sound/songs/midi/mus_demo1.o(.rodata);
|
||||
sound/songs/midi/mus_girl_sup.o(.rodata);
|
||||
sound/songs/mus_hageshii.o(.rodata);
|
||||
sound/songs/midi/mus_hageshii.o(.rodata);
|
||||
sound/songs/mus_kakkoii.o(.rodata);
|
||||
sound/songs/mus_kazanbai.o(.rodata);
|
||||
sound/songs/midi/mus_aqa_0.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -186,6 +186,9 @@ $(MID_SUBDIR)/mus_gotown.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_granroad.s: %.s: %.mid
|
||||
$(MID) $< $@ -G048 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_hageshii.s: %.s: %.mid
|
||||
$(MID) $< $@ -G062 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -420,7 +420,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_title3, 0, 0 @ Title Screen
|
||||
song mus_demo1, 0, 0 @ Opening Movie: Setting out on a Journey in the Hoenn Region
|
||||
song mus_girl_sup, 0, 0 @ May
|
||||
song mus_hageshii, 0, 0 @ Encounter! Biker
|
||||
song mus_hageshii, 0, 0 @ Trainers' Eyes Meet (Psychic)
|
||||
song mus_kakkoii, 0, 0 @ Encounter! Electric Trainer
|
||||
song mus_kazanbai, 0, 0 @ Route 113
|
||||
song mus_aqa_0, 0, 0 @ Team Aqua Appears!
|
||||
|
BIN
sound/songs/midi/mus_hageshii.mid
Normal file
BIN
sound/songs/midi/mus_hageshii.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