mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
94 lines
1.8 KiB
ArmAsm
94 lines
1.8 KiB
ArmAsm
.include "MPlayDef.s"
|
|
|
|
.equ se_esuka_grp, voicegroup128
|
|
.equ se_esuka_pri, 4
|
|
.equ se_esuka_rev, reverb_set+50
|
|
.equ se_esuka_mvl, 127
|
|
.equ se_esuka_key, 0
|
|
.equ se_esuka_tbs, 1
|
|
.equ se_esuka_exg, 0
|
|
.equ se_esuka_cmp, 1
|
|
|
|
.section .rodata
|
|
.global se_esuka
|
|
.align 2
|
|
|
|
@********************** Track 1 **********************@
|
|
|
|
se_esuka_1:
|
|
.byte KEYSH , se_esuka_key+0
|
|
.byte TEMPO , 150*se_esuka_tbs/2
|
|
.byte VOICE , 38
|
|
.byte BENDR , 2
|
|
.byte VOL , 51*se_esuka_mvl/mxv
|
|
.byte BEND , c_v-32
|
|
.byte TIE , En5 , v080
|
|
.byte W01
|
|
.byte BEND , c_v-26
|
|
.byte W01
|
|
.byte VOL , 56*se_esuka_mvl/mxv
|
|
.byte W01
|
|
.byte BEND , c_v-21
|
|
.byte W01
|
|
.byte VOL , 62*se_esuka_mvl/mxv
|
|
.byte W02
|
|
.byte BEND , c_v-15
|
|
.byte W01
|
|
.byte VOL , 69*se_esuka_mvl/mxv
|
|
.byte W01
|
|
.byte BEND , c_v-7
|
|
.byte W01
|
|
.byte VOL , 75*se_esuka_mvl/mxv
|
|
.byte W01
|
|
.byte BEND , c_v+0
|
|
.byte W02
|
|
.byte VOL , 85*se_esuka_mvl/mxv
|
|
.byte W02
|
|
.byte 92*se_esuka_mvl/mxv
|
|
.byte W02
|
|
.byte 100*se_esuka_mvl/mxv
|
|
.byte W08
|
|
.byte W24
|
|
.byte W24
|
|
.byte W24
|
|
.byte W03
|
|
.byte 96*se_esuka_mvl/mxv
|
|
.byte W03
|
|
.byte 88*se_esuka_mvl/mxv
|
|
.byte W03
|
|
.byte 81*se_esuka_mvl/mxv
|
|
.byte BEND , c_v-5
|
|
.byte W03
|
|
.byte VOL , 74*se_esuka_mvl/mxv
|
|
.byte BEND , c_v-8
|
|
.byte W02
|
|
.byte VOL , 62*se_esuka_mvl/mxv
|
|
.byte BEND , c_v-12
|
|
.byte W02
|
|
.byte VOL , 49*se_esuka_mvl/mxv
|
|
.byte BEND , c_v-21
|
|
.byte W03
|
|
.byte VOL , 39*se_esuka_mvl/mxv
|
|
.byte BEND , c_v-26
|
|
.byte W02
|
|
.byte VOL , 25*se_esuka_mvl/mxv
|
|
.byte BEND , c_v-32
|
|
.byte W03
|
|
.byte EOT
|
|
.byte FINE
|
|
|
|
@******************************************************@
|
|
.align 2
|
|
|
|
se_esuka:
|
|
.byte 1 @ NumTrks
|
|
.byte 0 @ NumBlks
|
|
.byte se_esuka_pri @ Priority
|
|
.byte se_esuka_rev @ Reverb.
|
|
|
|
.word se_esuka_grp
|
|
|
|
.word se_esuka_1
|
|
|
|
.end
|