tumbledemerald-legacy/sound/songs/se_m_charge.s
2022-05-19 17:14:13 +00:00

187 lines
3.6 KiB
ArmAsm

.include "MPlayDef.s"
.equ se_m_charge_grp, voicegroup128
.equ se_m_charge_pri, 4
.equ se_m_charge_rev, reverb_set+50
.equ se_m_charge_mvl, 127
.equ se_m_charge_key, 0
.equ se_m_charge_tbs, 1
.equ se_m_charge_exg, 0
.equ se_m_charge_cmp, 1
.section .rodata
.global se_m_charge
.align 2
@********************** Track 1 **********************@
se_m_charge_1:
.byte KEYSH , se_m_charge_key+0
.byte TEMPO , 150*se_m_charge_tbs/2
.byte VOICE , 18
.byte BENDR , 12
.byte PAN , c_v+0
.byte VOL , 34*se_m_charge_mvl/mxv
.byte BEND , c_v+0
.byte N66 , Cn5 , v127
.byte W01
.byte PAN , c_v-2
.byte W01
.byte VOL , 43*se_m_charge_mvl/mxv
.byte PAN , c_v+0
.byte W01
.byte c_v+2
.byte BEND , c_v-2
.byte W01
.byte VOL , 58*se_m_charge_mvl/mxv
.byte PAN , c_v+0
.byte W02
.byte c_v-2
.byte W01
.byte VOL , 70*se_m_charge_mvl/mxv
.byte PAN , c_v-4
.byte BEND , c_v-4
.byte W01
.byte PAN , c_v-2
.byte W01
.byte VOL , 76*se_m_charge_mvl/mxv
.byte PAN , c_v+0
.byte W01
.byte c_v+2
.byte BEND , c_v-6
.byte W02
.byte VOL , 90*se_m_charge_mvl/mxv
.byte PAN , c_v+4
.byte W01
.byte c_v+2
.byte W01
.byte c_v+0
.byte BEND , c_v-8
.byte W01
.byte PAN , c_v+0
.byte W01
.byte c_v-2
.byte W02
.byte c_v+0
.byte BEND , c_v-13
.byte W01
.byte PAN , c_v+2
.byte W01
.byte c_v+0
.byte W01
.byte c_v-2
.byte BEND , c_v-15
.byte W01
.byte PAN , c_v-4
.byte W02
.byte c_v-2
.byte W01
.byte c_v+0
.byte BEND , c_v-19
.byte W01
.byte PAN , c_v+2
.byte W01
.byte c_v+4
.byte BEND , c_v-22
.byte W01
.byte PAN , c_v+2
.byte W02
.byte c_v+0
.byte BEND , c_v-19
.byte W01
.byte PAN , c_v+0
.byte W01
.byte c_v-2
.byte BEND , c_v-17
.byte W01
.byte PAN , c_v+0
.byte W01
.byte c_v+2
.byte W02
.byte c_v+0
.byte BEND , c_v-19
.byte W01
.byte PAN , c_v-2
.byte W01
.byte c_v-4
.byte W01
.byte c_v-2
.byte BEND , c_v-22
.byte W01
.byte PAN , c_v+0
.byte W02
.byte c_v+2
.byte BEND , c_v-28
.byte W01
.byte PAN , c_v+4
.byte BEND , c_v-24
.byte W01
.byte PAN , c_v+2
.byte W01
.byte VOL , 84*se_m_charge_mvl/mxv
.byte PAN , c_v+0
.byte W01
.byte c_v+0
.byte W02
.byte c_v-2
.byte W01
.byte VOL , 78*se_m_charge_mvl/mxv
.byte PAN , c_v+0
.byte W01
.byte c_v+2
.byte BEND , c_v-27
.byte W01
.byte PAN , c_v+0
.byte W01
.byte VOL , 70*se_m_charge_mvl/mxv
.byte PAN , c_v-2
.byte W02
.byte c_v-4
.byte W01
.byte VOL , 55*se_m_charge_mvl/mxv
.byte PAN , c_v-2
.byte BEND , c_v-29
.byte W01
.byte PAN , c_v+0
.byte W01
.byte VOL , 46*se_m_charge_mvl/mxv
.byte PAN , c_v+2
.byte W01
.byte c_v+4
.byte BEND , c_v-31
.byte W02
.byte VOL , 36*se_m_charge_mvl/mxv
.byte PAN , c_v+2
.byte W01
.byte c_v+0
.byte W01
.byte VOL , 24*se_m_charge_mvl/mxv
.byte PAN , c_v+0
.byte BEND , c_v-36
.byte W01
.byte PAN , c_v-2
.byte W01
.byte VOL , 13*se_m_charge_mvl/mxv
.byte PAN , c_v+0
.byte BEND , c_v-42
.byte W02
.byte VOL , 5*se_m_charge_mvl/mxv
.byte PAN , c_v+2
.byte W06
.byte FINE
@******************************************************@
.align 2
se_m_charge:
.byte 1 @ NumTrks
.byte 0 @ NumBlks
.byte se_m_charge_pri @ Priority
.byte se_m_charge_rev @ Reverb.
.word se_m_charge_grp
.word se_m_charge_1
.end