mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match se_bowa2.mid
This commit is contained in:
parent
ecf9d206e2
commit
33872e8899
@ -579,7 +579,7 @@ SECTIONS {
|
|||||||
sound/songs/se_kouka_l.o(.rodata);
|
sound/songs/se_kouka_l.o(.rodata);
|
||||||
sound/songs/se_kouka_m.o(.rodata);
|
sound/songs/se_kouka_m.o(.rodata);
|
||||||
sound/songs/se_kouka_h.o(.rodata);
|
sound/songs/se_kouka_h.o(.rodata);
|
||||||
sound/songs/se_bowa2.o(.rodata);
|
sound/songs/midi/se_bowa2.o(.rodata);
|
||||||
sound/songs/se_poke_dead.o(.rodata);
|
sound/songs/se_poke_dead.o(.rodata);
|
||||||
sound/songs/se_nigeru.o(.rodata);
|
sound/songs/se_nigeru.o(.rodata);
|
||||||
sound/songs/se_jido_doa.o(.rodata);
|
sound/songs/se_jido_doa.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -804,5 +804,8 @@ $(MID_SUBDIR)/se_boo.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/se_bowa.s: %.s: %.mid
|
$(MID_SUBDIR)/se_bowa.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V070 -P4
|
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V070 -P4
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/se_bowa2.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P5
|
||||||
|
|
||||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||||
|
BIN
sound/songs/midi/se_bowa2.mid
Normal file
BIN
sound/songs/midi/se_bowa2.mid
Normal file
Binary file not shown.
@ -1,83 +0,0 @@
|
|||||||
.include "MPlayDef.s"
|
|
||||||
|
|
||||||
.equ se_bowa2_grp, voicegroup127
|
|
||||||
.equ se_bowa2_pri, 5
|
|
||||||
.equ se_bowa2_rev, reverb_set+50
|
|
||||||
.equ se_bowa2_mvl, 127
|
|
||||||
.equ se_bowa2_key, 0
|
|
||||||
.equ se_bowa2_tbs, 1
|
|
||||||
.equ se_bowa2_exg, 0
|
|
||||||
.equ se_bowa2_cmp, 1
|
|
||||||
|
|
||||||
.section .rodata
|
|
||||||
.global se_bowa2
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
@********************** Track 1 **********************@
|
|
||||||
|
|
||||||
se_bowa2_1:
|
|
||||||
.byte KEYSH , se_bowa2_key+0
|
|
||||||
.byte TEMPO , 90*se_bowa2_tbs/2
|
|
||||||
.byte VOICE , 86
|
|
||||||
.byte VOL , 100*se_bowa2_mvl/mxv
|
|
||||||
.byte BEND , c_v+0
|
|
||||||
.byte N02 , Gn1 , v100
|
|
||||||
.byte W03
|
|
||||||
.byte N05 , Fn2
|
|
||||||
.byte W03
|
|
||||||
.byte W03
|
|
||||||
.byte N06 , Fn2 , v052
|
|
||||||
.byte W03
|
|
||||||
.byte W03
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@********************** Track 2 **********************@
|
|
||||||
|
|
||||||
se_bowa2_2:
|
|
||||||
.byte KEYSH , se_bowa2_key+0
|
|
||||||
.byte VOICE , 0
|
|
||||||
.byte VOL , 100*se_bowa2_mvl/mxv
|
|
||||||
.byte BENDR , 12
|
|
||||||
.byte BEND , c_v+0
|
|
||||||
.byte N03 , Gn3 , v052
|
|
||||||
.byte W03
|
|
||||||
.byte Cn2 , v112
|
|
||||||
.byte W03
|
|
||||||
.byte W03
|
|
||||||
.byte Cn1 , v092
|
|
||||||
.byte W03
|
|
||||||
.byte W03
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@********************** Track 3 **********************@
|
|
||||||
|
|
||||||
se_bowa2_3:
|
|
||||||
.byte KEYSH , se_bowa2_key+0
|
|
||||||
.byte VOICE , 124
|
|
||||||
.byte VOL , 100*se_bowa2_mvl/mxv
|
|
||||||
.byte N03 , Gn3 , v052
|
|
||||||
.byte W03
|
|
||||||
.byte N06 , Gs4
|
|
||||||
.byte W03
|
|
||||||
.byte W03
|
|
||||||
.byte Gs4 , v020
|
|
||||||
.byte W03
|
|
||||||
.byte W03
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@******************************************************@
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
se_bowa2:
|
|
||||||
.byte 3 @ NumTrks
|
|
||||||
.byte 0 @ NumBlks
|
|
||||||
.byte se_bowa2_pri @ Priority
|
|
||||||
.byte se_bowa2_rev @ Reverb.
|
|
||||||
|
|
||||||
.word se_bowa2_grp
|
|
||||||
|
|
||||||
.word se_bowa2_1
|
|
||||||
.word se_bowa2_2
|
|
||||||
.word se_bowa2_3
|
|
||||||
|
|
||||||
.end
|
|
Loading…
Reference in New Issue
Block a user