mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_tetsuji.mid
This commit is contained in:
parent
392f16f653
commit
120b92bae1
@ -833,7 +833,7 @@ SECTIONS {
|
||||
sound/songs/se_curtain.o(.rodata);
|
||||
sound/songs/se_curtain1.o(.rodata);
|
||||
sound/songs/se_ussoki.o(.rodata);
|
||||
sound/songs/mus_tetsuji.o(.rodata);
|
||||
sound/songs/midi/mus_tetsuji.o(.rodata);
|
||||
sound/songs/midi/mus_field13.o(.rodata);
|
||||
sound/songs/midi/mus_kachi22.o(.rodata);
|
||||
sound/songs/midi/mus_kachi2.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -372,6 +372,9 @@ $(MID_SUBDIR)/mus_test3.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_test4.s: %.s: %.mid
|
||||
$(MID) $< $@ -G042 -R$(STD_REVERB) -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_tetsuji.s: %.s: %.mid
|
||||
$(MID) $< $@ -G034 -R$(STD_REVERB) -V099
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -354,7 +354,7 @@ gSongTable:: @ 86B49F0
|
||||
song dummy_song_header, 0, 0
|
||||
song dummy_song_header, 0, 0
|
||||
song dummy_song_header, 0, 0
|
||||
song mus_tetsuji, 0, 0 @ Littleroot Town Test 'TETSUJI'
|
||||
song mus_tetsuji, 0, 0 @ Unused - TETSUJI
|
||||
song mus_field13, 0, 0 @ Unused - Route 38
|
||||
song mus_kachi22, 0, 0 @ Victory! (Wild Pokémon) (No Intro)
|
||||
song mus_kachi2, 0, 0 @ Victory! (Wild Pokémon)
|
||||
|
BIN
sound/songs/midi/mus_tetsuji.mid
Normal file
BIN
sound/songs/midi/mus_tetsuji.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