mirror of https://github.com/pret/pokeemerald.git
Match se_w026.mid
This commit is contained in:
parent
4f1ba2c1ad
commit
08a565dadd
|
@ -777,7 +777,7 @@ SECTIONS {
|
|||
sound/songs/midi/se_w025.o(.rodata);
|
||||
sound/songs/midi/se_w025b.o(.rodata);
|
||||
sound/songs/se_w152.o(.rodata);
|
||||
sound/songs/se_w026.o(.rodata);
|
||||
sound/songs/midi/se_w026.o(.rodata);
|
||||
sound/songs/se_w172.o(.rodata);
|
||||
sound/songs/se_w172b.o(.rodata);
|
||||
sound/songs/se_w053.o(.rodata);
|
||||
|
|
3
songs.mk
3
songs.mk
|
@ -1239,5 +1239,8 @@ $(MID_SUBDIR)/se_w025.s: %.s: %.mid
|
|||
$(MID_SUBDIR)/se_w025b.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
|
||||
|
||||
$(MID_SUBDIR)/se_w026.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
|
||||
|
||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||
|
|
Binary file not shown.
|
@ -1,71 +0,0 @@
|
|||
.include "MPlayDef.s"
|
||||
|
||||
.equ se_w026_grp, voicegroup128
|
||||
.equ se_w026_pri, 4
|
||||
.equ se_w026_rev, reverb_set+50
|
||||
.equ se_w026_mvl, 127
|
||||
.equ se_w026_key, 0
|
||||
.equ se_w026_tbs, 1
|
||||
.equ se_w026_exg, 0
|
||||
.equ se_w026_cmp, 1
|
||||
|
||||
.section .rodata
|
||||
.global se_w026
|
||||
.align 2
|
||||
|
||||
@********************** Track 1 **********************@
|
||||
|
||||
se_w026_1:
|
||||
.byte KEYSH , se_w026_key+0
|
||||
.byte TEMPO , 180*se_w026_tbs/2
|
||||
.byte VOICE , 22
|
||||
.byte BENDR , 12
|
||||
.byte PAN , c_v+0
|
||||
.byte VOL , 110*se_w026_mvl/mxv
|
||||
.byte BEND , c_v-12
|
||||
.byte N19 , Gn3 , v108
|
||||
.byte W02
|
||||
.byte BEND , c_v-5
|
||||
.byte W01
|
||||
.byte VOL , 101*se_w026_mvl/mxv
|
||||
.byte W01
|
||||
.byte PAN , c_v-9
|
||||
.byte BEND , c_v+8
|
||||
.byte W02
|
||||
.byte VOL , 84*se_w026_mvl/mxv
|
||||
.byte BEND , c_v+4
|
||||
.byte W02
|
||||
.byte PAN , c_v+0
|
||||
.byte W01
|
||||
.byte VOL , 64*se_w026_mvl/mxv
|
||||
.byte BEND , c_v-13
|
||||
.byte W01
|
||||
.byte PAN , c_v+8
|
||||
.byte W02
|
||||
.byte VOL , 45*se_w026_mvl/mxv
|
||||
.byte BEND , c_v-31
|
||||
.byte W02
|
||||
.byte VOL , 32*se_w026_mvl/mxv
|
||||
.byte PAN , c_v+0
|
||||
.byte W01
|
||||
.byte VOICE , 2
|
||||
.byte W01
|
||||
.byte VOL , 13*se_w026_mvl/mxv
|
||||
.byte BEND , c_v-52
|
||||
.byte W08
|
||||
.byte FINE
|
||||
|
||||
@******************************************************@
|
||||
.align 2
|
||||
|
||||
se_w026:
|
||||
.byte 1 @ NumTrks
|
||||
.byte 0 @ NumBlks
|
||||
.byte se_w026_pri @ Priority
|
||||
.byte se_w026_rev @ Reverb.
|
||||
|
||||
.word se_w026_grp
|
||||
|
||||
.word se_w026_1
|
||||
|
||||
.end
|
Loading…
Reference in New Issue