pokeemerald/sound/songs/se_m_thunderbolt.s

118 lines
2.4 KiB
ArmAsm
Raw Normal View History

2017-12-21 23:24:11 +01:00
.include "MPlayDef.s"
2020-08-21 00:02:00 +02:00
.equ se_m_thunderbolt_grp, voicegroup128
.equ se_m_thunderbolt_pri, 4
.equ se_m_thunderbolt_rev, reverb_set+50
.equ se_m_thunderbolt_mvl, 127
.equ se_m_thunderbolt_key, 0
.equ se_m_thunderbolt_tbs, 1
.equ se_m_thunderbolt_exg, 0
.equ se_m_thunderbolt_cmp, 1
2017-12-21 23:24:11 +01:00
.section .rodata
2020-08-21 00:02:00 +02:00
.global se_m_thunderbolt
2017-12-21 23:24:11 +01:00
.align 2
@********************** Track 1 **********************@
2020-08-21 00:02:00 +02:00
se_m_thunderbolt_1:
.byte KEYSH , se_m_thunderbolt_key+0
.byte TEMPO , 220*se_m_thunderbolt_tbs/2
2017-12-21 23:24:11 +01:00
.byte VOICE , 18
2020-08-21 00:02:00 +02:00
.byte VOL , 120*se_m_thunderbolt_mvl/mxv
2017-12-21 23:24:11 +01:00
.byte BENDR , 12
.byte PAN , c_v+0
.byte BEND , c_v+32
.byte N06 , Dn3 , v127
.byte W02
.byte PAN , c_v-8
.byte W01
.byte BEND , c_v+0
.byte W01
.byte PAN , c_v-16
.byte W02
.byte c_v+0
.byte BEND , c_v+32
.byte N06 , Dn2 , v104
.byte W02
.byte PAN , c_v+9
.byte W01
.byte BEND , c_v-12
.byte W01
.byte PAN , c_v+16
.byte W02
.byte c_v+0
.byte BEND , c_v+0
.byte N21 , Dn3 , v127
.byte W03
.byte PAN , c_v-8
.byte W03
.byte c_v-15
.byte W01
.byte BEND , c_v-13
.byte W02
.byte PAN , c_v-7
.byte W01
.byte BEND , c_v-23
.byte W02
2020-08-21 00:02:00 +02:00
.byte VOL , 100*se_m_thunderbolt_mvl/mxv
2017-12-21 23:24:11 +01:00
.byte PAN , c_v+0
.byte BEND , c_v-40
.byte W01
2020-08-21 00:02:00 +02:00
.byte VOL , 86*se_m_thunderbolt_mvl/mxv
2017-12-21 23:24:11 +01:00
.byte W01
.byte BEND , c_v-54
.byte W01
.byte PAN , c_v+10
2020-08-21 00:02:00 +02:00
.byte VOL , 68*se_m_thunderbolt_mvl/mxv
2017-12-21 23:24:11 +01:00
.byte W02
2020-08-21 00:02:00 +02:00
.byte 37*se_m_thunderbolt_mvl/mxv
2017-12-21 23:24:11 +01:00
.byte BEND , c_v-64
.byte W01
.byte PAN , c_v+16
.byte W02
2020-08-21 00:02:00 +02:00
.byte VOL , 17*se_m_thunderbolt_mvl/mxv
2017-12-21 23:24:11 +01:00
.byte W01
.byte PAN , c_v+10
.byte W15
.byte FINE
@********************** Track 2 **********************@
2020-08-21 00:02:00 +02:00
se_m_thunderbolt_2:
.byte KEYSH , se_m_thunderbolt_key+0
2017-12-21 23:24:11 +01:00
.byte VOICE , 5
2020-08-21 00:02:00 +02:00
.byte VOL , 120*se_m_thunderbolt_mvl/mxv
2017-12-21 23:24:11 +01:00
.byte PAN , c_v-7
.byte N02 , En3 , v048
.byte W05
.byte PAN , c_v+10
.byte N02 , En3 , v040
.byte W06
.byte PAN , c_v-7
.byte N02 , En3 , v032
.byte W07
.byte PAN , c_v+10
.byte N02 , En3 , v024
.byte W06
.byte PAN , c_v-7
.byte N02 , En3 , v016
.byte W24
.byte FINE
@******************************************************@
.align 2
2020-08-21 00:02:00 +02:00
se_m_thunderbolt:
2017-12-21 23:24:11 +01:00
.byte 2 @ NumTrks
.byte 0 @ NumBlks
2020-08-21 00:02:00 +02:00
.byte se_m_thunderbolt_pri @ Priority
.byte se_m_thunderbolt_rev @ Reverb.
2017-12-21 23:24:11 +01:00
2020-08-21 00:02:00 +02:00
.word se_m_thunderbolt_grp
2017-12-21 23:24:11 +01:00
2020-08-21 00:02:00 +02:00
.word se_m_thunderbolt_1
.word se_m_thunderbolt_2
2017-12-21 23:24:11 +01:00
.end