pokeemerald/sound/songs/se_m_detect.s

96 lines
1.7 KiB
ArmAsm
Raw Permalink 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_detect_grp, voicegroup128
.equ se_m_detect_pri, 4
.equ se_m_detect_rev, reverb_set+50
.equ se_m_detect_mvl, 127
.equ se_m_detect_key, 0
.equ se_m_detect_tbs, 1
.equ se_m_detect_exg, 0
.equ se_m_detect_cmp, 1
2017-12-21 23:24:11 +01:00
.section .rodata
2020-08-21 00:02:00 +02:00
.global se_m_detect
2017-12-21 23:24:11 +01:00
.align 2
@********************** Track 1 **********************@
2020-08-21 00:02:00 +02:00
se_m_detect_1:
.byte KEYSH , se_m_detect_key+0
.byte TEMPO , 220*se_m_detect_tbs/2
2017-12-21 23:24:11 +01:00
.byte VOICE , 54
2020-08-21 00:02:00 +02:00
.byte VOL , 100*se_m_detect_mvl/mxv
2017-12-21 23:24:11 +01:00
.byte BENDR , 12
.byte PAN , c_v+0
.byte BEND , c_v+1
.byte N03 , As5 , v127
.byte W01
.byte PAN , c_v+2
.byte BEND , c_v+2
.byte W01
.byte c_v+4
.byte W01
.byte c_v+1
.byte N06 , Bn5
2017-12-21 23:24:11 +01:00
.byte W01
.byte PAN , c_v+0
.byte W02
.byte W03
.byte BEND , c_v+1
.byte N03 , As5 , v104
.byte W01
.byte PAN , c_v-2
.byte BEND , c_v+2
.byte W02
.byte c_v+4
.byte W01
.byte c_v+1
.byte N06 , Bn5
2017-12-21 23:24:11 +01:00
.byte W01
.byte PAN , c_v+0
.byte W04
.byte W01
.byte BEND , c_v+1
.byte N03 , As5 , v080
.byte W01
.byte PAN , c_v+4
.byte BEND , c_v+2
.byte W01
.byte c_v+4
.byte W01
.byte c_v+1
.byte N06 , Bn5
2017-12-21 23:24:11 +01:00
.byte W02
.byte PAN , c_v+0
.byte W04
.byte BEND , c_v+1
.byte N03 , As5 , v048
.byte W02
.byte PAN , c_v-5
.byte BEND , c_v+2
.byte W01
.byte c_v+4
.byte W01
.byte c_v+1
.byte N06 , Bn5
2017-12-21 23:24:11 +01:00
.byte W01
.byte PAN , c_v+0
.byte W03
.byte W06
.byte FINE
@******************************************************@
.align 2
2020-08-21 00:02:00 +02:00
se_m_detect:
2017-12-21 23:24:11 +01:00
.byte 1 @ NumTrks
.byte 0 @ NumBlks
2020-08-21 00:02:00 +02:00
.byte se_m_detect_pri @ Priority
.byte se_m_detect_rev @ Reverb.
2017-12-21 23:24:11 +01:00
2020-08-21 00:02:00 +02:00
.word se_m_detect_grp
2017-12-21 23:24:11 +01:00
2020-08-21 00:02:00 +02:00
.word se_m_detect_1
2017-12-21 23:24:11 +01:00
.end