mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match se_w016b.mid
This commit is contained in:
parent
a2cb1991c5
commit
0a581cf1c6
@ -767,7 +767,7 @@ SECTIONS {
|
|||||||
sound/songs/se_w081b.o(.rodata);
|
sound/songs/se_w081b.o(.rodata);
|
||||||
sound/songs/se_w088.o(.rodata);
|
sound/songs/se_w088.o(.rodata);
|
||||||
sound/songs/midi/se_w016.o(.rodata);
|
sound/songs/midi/se_w016.o(.rodata);
|
||||||
sound/songs/se_w016b.o(.rodata);
|
sound/songs/midi/se_w016b.o(.rodata);
|
||||||
sound/songs/midi/se_w003.o(.rodata);
|
sound/songs/midi/se_w003.o(.rodata);
|
||||||
sound/songs/se_w104.o(.rodata);
|
sound/songs/se_w104.o(.rodata);
|
||||||
sound/songs/midi/se_w013.o(.rodata);
|
sound/songs/midi/se_w013.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -1221,5 +1221,8 @@ $(MID_SUBDIR)/se_w015.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/se_w016.s: %.s: %.mid
|
$(MID_SUBDIR)/se_w016.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
|
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/se_w016b.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
|
||||||
|
|
||||||
$(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_w016b.mid
Normal file
BIN
sound/songs/midi/se_w016b.mid
Normal file
Binary file not shown.
@ -1,72 +0,0 @@
|
|||||||
.include "MPlayDef.s"
|
|
||||||
|
|
||||||
.equ se_w016b_grp, voicegroup128
|
|
||||||
.equ se_w016b_pri, 4
|
|
||||||
.equ se_w016b_rev, reverb_set+50
|
|
||||||
.equ se_w016b_mvl, 127
|
|
||||||
.equ se_w016b_key, 0
|
|
||||||
.equ se_w016b_tbs, 1
|
|
||||||
.equ se_w016b_exg, 0
|
|
||||||
.equ se_w016b_cmp, 1
|
|
||||||
|
|
||||||
.section .rodata
|
|
||||||
.global se_w016b
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
@********************** Track 1 **********************@
|
|
||||||
|
|
||||||
se_w016b_1:
|
|
||||||
.byte KEYSH , se_w016b_key+0
|
|
||||||
.byte TEMPO , 150*se_w016b_tbs/2
|
|
||||||
.byte VOICE , 22
|
|
||||||
.byte BENDR , 12
|
|
||||||
.byte PAN , c_v+0
|
|
||||||
.byte VOL , 110*se_w016b_mvl/mxv
|
|
||||||
.byte BEND , c_v+0
|
|
||||||
.byte N24 , Cn3 , v108
|
|
||||||
.byte W02
|
|
||||||
.byte PAN , c_v-19
|
|
||||||
.byte W04
|
|
||||||
.byte c_v+0
|
|
||||||
.byte W01
|
|
||||||
.byte VOL , 97*se_w016b_mvl/mxv
|
|
||||||
.byte W01
|
|
||||||
.byte PAN , c_v+16
|
|
||||||
.byte W01
|
|
||||||
.byte VOL , 84*se_w016b_mvl/mxv
|
|
||||||
.byte W03
|
|
||||||
.byte 76*se_w016b_mvl/mxv
|
|
||||||
.byte PAN , c_v+2
|
|
||||||
.byte W02
|
|
||||||
.byte VOL , 55*se_w016b_mvl/mxv
|
|
||||||
.byte PAN , c_v-8
|
|
||||||
.byte W02
|
|
||||||
.byte VOL , 39*se_w016b_mvl/mxv
|
|
||||||
.byte W02
|
|
||||||
.byte PAN , c_v+0
|
|
||||||
.byte W01
|
|
||||||
.byte VOL , 25*se_w016b_mvl/mxv
|
|
||||||
.byte W01
|
|
||||||
.byte PAN , c_v+8
|
|
||||||
.byte W01
|
|
||||||
.byte VOL , 13*se_w016b_mvl/mxv
|
|
||||||
.byte W03
|
|
||||||
.byte 7*se_w016b_mvl/mxv
|
|
||||||
.byte PAN , c_v+0
|
|
||||||
.byte W24
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@******************************************************@
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
se_w016b:
|
|
||||||
.byte 1 @ NumTrks
|
|
||||||
.byte 0 @ NumBlks
|
|
||||||
.byte se_w016b_pri @ Priority
|
|
||||||
.byte se_w016b_rev @ Reverb.
|
|
||||||
|
|
||||||
.word se_w016b_grp
|
|
||||||
|
|
||||||
.word se_w016b_1
|
|
||||||
|
|
||||||
.end
|
|
Loading…
Reference in New Issue
Block a user