mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_rg_kaihuku.mid
This commit is contained in:
parent
b40c3a00fc
commit
246a8eff76
@ -976,7 +976,7 @@ SECTIONS {
|
||||
sound/songs/mus_rg_title.o(.rodata);
|
||||
sound/songs/midi/mus_rg_guren.o(.rodata);
|
||||
sound/songs/mus_rg_shion.o(.rodata);
|
||||
sound/songs/mus_rg_kaihuku.o(.rodata);
|
||||
sound/songs/midi/mus_rg_kaihuku.o(.rodata);
|
||||
sound/songs/midi/mus_rg_cycling.o(.rodata);
|
||||
sound/songs/mus_rg_rocket.o(.rodata);
|
||||
sound/songs/mus_rg_shoujo.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -387,6 +387,9 @@ $(MID_SUBDIR)/mus_rg_hanada.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_rg_jump.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G132 -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_rg_kaihuku.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G140 -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||
|
||||
|
@ -497,7 +497,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_rg_title, 0, 0 @ Title Screen
|
||||
song mus_rg_guren, 0, 0 @ Cinnabar Island Theme (FRLG)
|
||||
song mus_rg_shion, 0, 0 @ Lavender Town
|
||||
song mus_rg_kaihuku, 0, 0 @ RBY Pokémon Center Healing
|
||||
song mus_rg_kaihuku, 0, 0 @ Pokémon Healed (2) (FRLG)
|
||||
song mus_rg_cycling, 0, 0 @ Cycling (FRLG)
|
||||
song mus_rg_rocket, 0, 0 @ Encounter! Team Rocket
|
||||
song mus_rg_shoujo, 0, 0 @ Encounter! Girl
|
||||
|
BIN
sound/songs/midi/mus_rg_kaihuku.mid
Normal file
BIN
sound/songs/midi/mus_rg_kaihuku.mid
Normal file
Binary file not shown.
@ -1,69 +0,0 @@
|
||||
.include "MPlayDef.s"
|
||||
|
||||
.equ mus_rg_kaihuku_grp, voicegroup140
|
||||
.equ mus_rg_kaihuku_pri, 0
|
||||
.equ mus_rg_kaihuku_rev, reverb_set+50
|
||||
.equ mus_rg_kaihuku_mvl, 127
|
||||
.equ mus_rg_kaihuku_key, 0
|
||||
.equ mus_rg_kaihuku_tbs, 1
|
||||
.equ mus_rg_kaihuku_exg, 0
|
||||
.equ mus_rg_kaihuku_cmp, 1
|
||||
|
||||
.section .rodata
|
||||
.global mus_rg_kaihuku
|
||||
.align 2
|
||||
|
||||
@********************** Track 1 **********************@
|
||||
|
||||
mus_rg_kaihuku_1:
|
||||
.byte VOL , 90*mus_rg_kaihuku_mvl/mxv
|
||||
.byte KEYSH , mus_rg_kaihuku_key+0
|
||||
.byte TEMPO , 146*mus_rg_kaihuku_tbs/2
|
||||
.byte VOICE , 2
|
||||
.byte N24 , Bn4 , v064
|
||||
.byte W24
|
||||
.byte N24
|
||||
.byte W24
|
||||
.byte N12
|
||||
.byte W12
|
||||
.byte Gs4
|
||||
.byte W12
|
||||
.byte N48 , En5
|
||||
.byte W24
|
||||
.byte W24
|
||||
.byte FINE
|
||||
|
||||
@********************** Track 2 **********************@
|
||||
|
||||
mus_rg_kaihuku_2:
|
||||
.byte VOL , 90*mus_rg_kaihuku_mvl/mxv
|
||||
.byte KEYSH , mus_rg_kaihuku_key+0
|
||||
.byte VOICE , 3
|
||||
.byte N12 , En2 , v092
|
||||
.byte W24
|
||||
.byte N12
|
||||
.byte W24
|
||||
.byte N12
|
||||
.byte W12
|
||||
.byte Gs2
|
||||
.byte W12
|
||||
.byte N36 , En2
|
||||
.byte W24
|
||||
.byte W24
|
||||
.byte FINE
|
||||
|
||||
@******************************************************@
|
||||
.align 2
|
||||
|
||||
mus_rg_kaihuku:
|
||||
.byte 2 @ NumTrks
|
||||
.byte 0 @ NumBlks
|
||||
.byte mus_rg_kaihuku_pri @ Priority
|
||||
.byte mus_rg_kaihuku_rev @ Reverb.
|
||||
|
||||
.word mus_rg_kaihuku_grp
|
||||
|
||||
.word mus_rg_kaihuku_1
|
||||
.word mus_rg_kaihuku_2
|
||||
|
||||
.end
|
Loading…
Reference in New Issue
Block a user