mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match se_w043.mid
This commit is contained in:
parent
7cb1345cba
commit
285608666b
@ -826,7 +826,7 @@ SECTIONS {
|
|||||||
sound/songs/se_w060.o(.rodata);
|
sound/songs/se_w060.o(.rodata);
|
||||||
sound/songs/se_w185.o(.rodata);
|
sound/songs/se_w185.o(.rodata);
|
||||||
sound/songs/midi/se_w014.o(.rodata);
|
sound/songs/midi/se_w014.o(.rodata);
|
||||||
sound/songs/se_w043.o(.rodata);
|
sound/songs/midi/se_w043.o(.rodata);
|
||||||
sound/songs/se_w207.o(.rodata);
|
sound/songs/se_w207.o(.rodata);
|
||||||
sound/songs/se_w207b.o(.rodata);
|
sound/songs/se_w207b.o(.rodata);
|
||||||
sound/songs/se_w215.o(.rodata);
|
sound/songs/se_w215.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -1257,5 +1257,8 @@ $(MID_SUBDIR)/se_w036.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/se_w039.s: %.s: %.mid
|
$(MID_SUBDIR)/se_w039.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
|
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/se_w043.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_w043.mid
Normal file
BIN
sound/songs/midi/se_w043.mid
Normal file
Binary file not shown.
@ -1,105 +0,0 @@
|
|||||||
.include "MPlayDef.s"
|
|
||||||
|
|
||||||
.equ se_w043_grp, voicegroup128
|
|
||||||
.equ se_w043_pri, 4
|
|
||||||
.equ se_w043_rev, reverb_set+50
|
|
||||||
.equ se_w043_mvl, 127
|
|
||||||
.equ se_w043_key, 0
|
|
||||||
.equ se_w043_tbs, 1
|
|
||||||
.equ se_w043_exg, 0
|
|
||||||
.equ se_w043_cmp, 1
|
|
||||||
|
|
||||||
.section .rodata
|
|
||||||
.global se_w043
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
@********************** Track 1 **********************@
|
|
||||||
|
|
||||||
se_w043_1:
|
|
||||||
.byte KEYSH , se_w043_key+0
|
|
||||||
.byte TEMPO , 150*se_w043_tbs/2
|
|
||||||
.byte VOICE , 18
|
|
||||||
.byte VOL , 110*se_w043_mvl/mxv
|
|
||||||
.byte BENDR , 12
|
|
||||||
.byte PAN , c_v+0
|
|
||||||
.byte BEND , c_v+0
|
|
||||||
.byte N02 , En3 , v124
|
|
||||||
.byte W02
|
|
||||||
.byte As3
|
|
||||||
.byte W04
|
|
||||||
.byte W01
|
|
||||||
.byte N03 , En3 , v092
|
|
||||||
.byte W05
|
|
||||||
.byte W04
|
|
||||||
.byte PAN , c_v-6
|
|
||||||
.byte N02 , En3 , v076
|
|
||||||
.byte W02
|
|
||||||
.byte W01
|
|
||||||
.byte PAN , c_v+6
|
|
||||||
.byte N02 , As3
|
|
||||||
.byte W05
|
|
||||||
.byte PAN , c_v+0
|
|
||||||
.byte N03 , En3 , v052
|
|
||||||
.byte W06
|
|
||||||
.byte W03
|
|
||||||
.byte PAN , c_v-12
|
|
||||||
.byte N02 , En3 , v056
|
|
||||||
.byte W03
|
|
||||||
.byte PAN , c_v+10
|
|
||||||
.byte N02 , As3
|
|
||||||
.byte W04
|
|
||||||
.byte PAN , c_v+0
|
|
||||||
.byte N03 , En3 , v032
|
|
||||||
.byte W02
|
|
||||||
.byte W06
|
|
||||||
.byte W01
|
|
||||||
.byte PAN , c_v-16
|
|
||||||
.byte N02 , En3 , v044
|
|
||||||
.byte W02
|
|
||||||
.byte PAN , c_v+16
|
|
||||||
.byte N02 , As3
|
|
||||||
.byte W03
|
|
||||||
.byte W02
|
|
||||||
.byte PAN , c_v+0
|
|
||||||
.byte N03 , En3 , v020
|
|
||||||
.byte W04
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@********************** Track 2 **********************@
|
|
||||||
|
|
||||||
se_w043_2:
|
|
||||||
.byte KEYSH , se_w043_key+0
|
|
||||||
.byte VOICE , 5
|
|
||||||
.byte VOL , 110*se_w043_mvl/mxv
|
|
||||||
.byte N01 , Cn3 , v040
|
|
||||||
.byte W03
|
|
||||||
.byte En3
|
|
||||||
.byte W03
|
|
||||||
.byte W01
|
|
||||||
.byte Gn3
|
|
||||||
.byte W05
|
|
||||||
.byte W06
|
|
||||||
.byte W06
|
|
||||||
.byte W06
|
|
||||||
.byte W06
|
|
||||||
.byte W06
|
|
||||||
.byte W06
|
|
||||||
.byte W06
|
|
||||||
.byte W06
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@******************************************************@
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
se_w043:
|
|
||||||
.byte 2 @ NumTrks
|
|
||||||
.byte 0 @ NumBlks
|
|
||||||
.byte se_w043_pri @ Priority
|
|
||||||
.byte se_w043_rev @ Reverb.
|
|
||||||
|
|
||||||
.word se_w043_grp
|
|
||||||
|
|
||||||
.word se_w043_1
|
|
||||||
.word se_w043_2
|
|
||||||
|
|
||||||
.end
|
|
Loading…
Reference in New Issue
Block a user