mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_rg_sousa.mid
This commit is contained in:
parent
f759bb4da0
commit
f043106adc
@ -1018,7 +1018,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_me_rg_photo.o(.rodata);
|
||||
sound/songs/mus_rg_titlerog.o(.rodata);
|
||||
sound/songs/midi/mus_rg_get_yasei.o(.rodata);
|
||||
sound/songs/mus_rg_sousa.o(.rodata);
|
||||
sound/songs/midi/mus_rg_sousa.o(.rodata);
|
||||
sound/songs/midi/mus_rg_sekaikan.o(.rodata);
|
||||
sound/songs/midi/mus_rg_seibetu.o(.rodata);
|
||||
sound/songs/midi/mus_rg_jump.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -504,6 +504,9 @@ $(MID_SUBDIR)/mus_rg_slot.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_rg_slowmasara.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G159 -V092
|
||||
|
||||
$(MID_SUBDIR)/mus_rg_sousa.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G182 -V085
|
||||
|
||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||
|
||||
|
@ -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)
|
||||
|
BIN
sound/songs/midi/mus_rg_sousa.mid
Normal file
BIN
sound/songs/midi/mus_rg_sousa.mid
Normal file
Binary file not shown.
@ -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
|
Loading…
Reference in New Issue
Block a user