mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match se_dansa.mid
This commit is contained in:
parent
41a30f56bd
commit
c0064134d1
@ -574,7 +574,7 @@ SECTIONS {
|
||||
sound/songs/se_wall_hit.o(.rodata);
|
||||
sound/songs/se_door.o(.rodata);
|
||||
sound/songs/se_kaidan.o(.rodata);
|
||||
sound/songs/se_dansa.o(.rodata);
|
||||
sound/songs/midi/se_dansa.o(.rodata);
|
||||
sound/songs/se_jitensya.o(.rodata);
|
||||
sound/songs/se_kouka_l.o(.rodata);
|
||||
sound/songs/se_kouka_m.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -837,5 +837,8 @@ $(MID_SUBDIR)/se_curtain.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/se_curtain1.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -P5
|
||||
|
||||
$(MID_SUBDIR)/se_dansa.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P4
|
||||
|
||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||
|
BIN
sound/songs/midi/se_dansa.mid
Normal file
BIN
sound/songs/midi/se_dansa.mid
Normal file
Binary file not shown.
@ -1,46 +0,0 @@
|
||||
.include "MPlayDef.s"
|
||||
|
||||
.equ se_dansa_grp, voicegroup127
|
||||
.equ se_dansa_pri, 4
|
||||
.equ se_dansa_rev, reverb_set+50
|
||||
.equ se_dansa_mvl, 127
|
||||
.equ se_dansa_key, 0
|
||||
.equ se_dansa_tbs, 1
|
||||
.equ se_dansa_exg, 0
|
||||
.equ se_dansa_cmp, 1
|
||||
|
||||
.section .rodata
|
||||
.global se_dansa
|
||||
.align 2
|
||||
|
||||
@********************** Track 1 **********************@
|
||||
|
||||
se_dansa_1:
|
||||
.byte KEYSH , se_dansa_key+0
|
||||
.byte TEMPO , 120*se_dansa_tbs/2
|
||||
.byte VOICE , 85
|
||||
.byte VOL , 100*se_dansa_mvl/mxv
|
||||
.byte BEND , c_v-6
|
||||
.byte N02 , Ds2 , v052
|
||||
.byte W02
|
||||
.byte VOICE , 86
|
||||
.byte N06 , Gn3 , v092
|
||||
.byte W01
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte FINE
|
||||
|
||||
@******************************************************@
|
||||
.align 2
|
||||
|
||||
se_dansa:
|
||||
.byte 1 @ NumTrks
|
||||
.byte 0 @ NumBlks
|
||||
.byte se_dansa_pri @ Priority
|
||||
.byte se_dansa_rev @ Reverb.
|
||||
|
||||
.word se_dansa_grp
|
||||
|
||||
.word se_dansa_1
|
||||
|
||||
.end
|
Loading…
Reference in New Issue
Block a user