diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/song_table.inc | 2 | ||||
-rw-r--r-- | sound/songs/midi/mus_rg_sousa.mid | bin | 0 -> 575 bytes | |||
-rw-r--r-- | sound/songs/mus_rg_sousa.s | 115 |
3 files changed, 1 insertions, 116 deletions
diff --git a/sound/song_table.inc b/sound/song_table.inc index f1720b172..d374a32d3 100644 --- a/sound/song_table.inc +++ b/sound/song_table.inc @@ -539,7 +539,7 @@ gSongTable:: @ 86B49F0 song mus_me_rg_photo, 2, 2 @ Pokémon Printer (FRLG) song mus_rg_titlerog, 0, 0 @ Game Freak song mus_rg_get_yasei, 0, 0 @ Fanfare: Pokémon Caught (No Intro) (FRLG) - song mus_rg_sousa, 0, 0 @ Starting Tutorial + song mus_rg_sousa, 0, 0 @ Game Tutorial (1) (FRLG) song mus_rg_sekaikan, 0, 0 @ Game Tutorial (2) (FRLG) song mus_rg_seibetu, 0, 0 @ Game Tutorial (3) (FRLG) song mus_rg_jump, 0, 0 @ Pokémon Jump (FRLG) diff --git a/sound/songs/midi/mus_rg_sousa.mid b/sound/songs/midi/mus_rg_sousa.mid Binary files differnew file mode 100644 index 000000000..0c936e8f6 --- /dev/null +++ b/sound/songs/midi/mus_rg_sousa.mid diff --git a/sound/songs/mus_rg_sousa.s b/sound/songs/mus_rg_sousa.s deleted file mode 100644 index 8323e7197..000000000 --- a/sound/songs/mus_rg_sousa.s +++ /dev/null @@ -1,115 +0,0 @@ - .include "MPlayDef.s" - - .equ mus_rg_sousa_grp, voicegroup182 - .equ mus_rg_sousa_pri, 0 - .equ mus_rg_sousa_rev, reverb_set+50 - .equ mus_rg_sousa_mvl, 127 - .equ mus_rg_sousa_key, 0 - .equ mus_rg_sousa_tbs, 1 - .equ mus_rg_sousa_exg, 0 - .equ mus_rg_sousa_cmp, 1 - - .section .rodata - .global mus_rg_sousa - .align 2 - -@********************** Track 1 **********************@ - -mus_rg_sousa_1: - .byte KEYSH , mus_rg_sousa_key+0 - .byte TEMPO , 120*mus_rg_sousa_tbs/2 - .byte VOICE , 0 - .byte VOL , 85*mus_rg_sousa_mvl/mxv - .byte N03 , En1 , v048 - .byte W03 - .byte N03 - .byte W03 - .byte N03 - .byte W03 - .byte N03 - .byte W03 -mus_rg_sousa_1_B1: -mus_rg_sousa_1_000: - .byte N06 , En1 , v120 - .byte W12 - .byte N06 - .byte W24 - .byte N06 - .byte W06 - .byte En1 , v084 - .byte W06 - .byte En1 , v120 - .byte W12 - .byte N06 - .byte W12 - .byte N03 - .byte W03 - .byte En1 , v048 - .byte W03 - .byte N03 - .byte W03 - .byte N03 - .byte W03 - .byte N03 - .byte W03 - .byte N03 - .byte W03 - .byte N03 - .byte W03 - .byte N03 - .byte W03 - .byte PEND -mus_rg_sousa_1_001: - .byte N06 , En1 , v120 - .byte W12 - .byte N06 - .byte W18 - .byte N06 - .byte W12 - .byte N06 - .byte W06 - .byte N06 - .byte W06 - .byte En1 , v084 - .byte W06 - .byte En1 , v120 - .byte W12 - .byte N03 - .byte W03 - .byte En1 , v048 - .byte W03 - .byte N03 - .byte W03 - .byte N03 - .byte W03 - .byte N03 - .byte W03 - .byte N03 - .byte W03 - .byte N03 - .byte W03 - .byte N03 - .byte W03 - .byte PEND - .byte PATT - .word mus_rg_sousa_1_000 - .byte PATT - .word mus_rg_sousa_1_001 - .byte GOTO - .word mus_rg_sousa_1_B1 - .byte FINE - -@******************************************************@ - .align 2 - -mus_rg_sousa: - .byte 1 @ NumTrks - .byte 0 @ NumBlks - .byte mus_rg_sousa_pri @ Priority - .byte mus_rg_sousa_rev @ Reverb. - - .word mus_rg_sousa_grp - - .word mus_rg_sousa_1 - - .end |