pokeemerald/sound/songs/se_m_grasswhistle.s

131 lines
2.6 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_grasswhistle_grp, voicegroup128
.equ se_m_grasswhistle_pri, 4
.equ se_m_grasswhistle_rev, reverb_set+50
.equ se_m_grasswhistle_mvl, 127
.equ se_m_grasswhistle_key, 0
.equ se_m_grasswhistle_tbs, 1
.equ se_m_grasswhistle_exg, 0
.equ se_m_grasswhistle_cmp, 1
2017-12-21 23:24:11 +01:00
.section .rodata
2020-08-21 00:02:00 +02:00
.global se_m_grasswhistle
2017-12-21 23:24:11 +01:00
.align 2
@********************** Track 1 **********************@
2020-08-21 00:02:00 +02:00
se_m_grasswhistle_1:
.byte KEYSH , se_m_grasswhistle_key+0
.byte TEMPO , 100*se_m_grasswhistle_tbs/2
2017-12-21 23:24:11 +01:00
.byte VOICE , 64
.byte BENDR , 2
.byte LFOS , 40
.byte PAN , c_v+0
2020-08-21 00:02:00 +02:00
.byte VOL , 70*se_m_grasswhistle_mvl/mxv
2017-12-21 23:24:11 +01:00
.byte BEND , c_v-16
.byte N21 , Gn5 , v112
.byte W03
.byte BEND , c_v-8
.byte W03
.byte c_v+0
.byte W03
.byte MOD , 10
.byte W03
.byte W09
.byte 0
.byte W03
.byte N09 , An5
.byte W12
.byte En5
.byte W12
.byte BEND , c_v-14
.byte N66 , Gn5
.byte W06
.byte BEND , c_v-8
.byte W06
.byte c_v-4
.byte W06
.byte c_v+0
.byte W06
.byte MOD , 10
.byte W12
.byte W12
.byte W06
2020-08-21 00:02:00 +02:00
.byte VOL , 61*se_m_grasswhistle_mvl/mxv
2017-12-21 23:24:11 +01:00
.byte W06
2020-08-21 00:02:00 +02:00
.byte 51*se_m_grasswhistle_mvl/mxv
2017-12-21 23:24:11 +01:00
.byte W06
2020-08-21 00:02:00 +02:00
.byte 36*se_m_grasswhistle_mvl/mxv
2017-12-21 23:24:11 +01:00
.byte W06
2020-08-21 00:02:00 +02:00
.byte 18*se_m_grasswhistle_mvl/mxv
2017-12-21 23:24:11 +01:00
.byte W12
.byte FINE
@********************** Track 2 **********************@
2020-08-21 00:02:00 +02:00
se_m_grasswhistle_2:
.byte KEYSH , se_m_grasswhistle_key+0
2017-12-21 23:24:11 +01:00
.byte VOICE , 64
.byte BENDR , 2
.byte LFOS , 40
2020-08-21 00:02:00 +02:00
.byte VOL , 70*se_m_grasswhistle_mvl/mxv
2017-12-21 23:24:11 +01:00
.byte W12
.byte PAN , c_v+12
.byte BEND , c_v-16
.byte N21 , Gn5 , v072
.byte W03
.byte BEND , c_v-8
.byte W03
.byte c_v+0
.byte W03
.byte MOD , 10
.byte W03
.byte W09
.byte 0
.byte W03
.byte PAN , c_v-12
.byte N09 , An5
.byte W12
.byte PAN , c_v+14
.byte N09 , En5
.byte W12
.byte PAN , c_v-15
.byte BEND , c_v-14
.byte N66 , Gn5
.byte W06
.byte BEND , c_v-8
.byte W06
.byte c_v-4
.byte W06
.byte c_v+0
.byte W06
.byte MOD , 10
.byte W12
.byte W06
2020-08-21 00:02:00 +02:00
.byte VOL , 61*se_m_grasswhistle_mvl/mxv
2017-12-21 23:24:11 +01:00
.byte W06
2020-08-21 00:02:00 +02:00
.byte 51*se_m_grasswhistle_mvl/mxv
2017-12-21 23:24:11 +01:00
.byte W06
2020-08-21 00:02:00 +02:00
.byte 36*se_m_grasswhistle_mvl/mxv
2017-12-21 23:24:11 +01:00
.byte W06
2020-08-21 00:02:00 +02:00
.byte 18*se_m_grasswhistle_mvl/mxv
2017-12-21 23:24:11 +01:00
.byte W12
.byte FINE
@******************************************************@
.align 2
2020-08-21 00:02:00 +02:00
se_m_grasswhistle:
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_grasswhistle_pri @ Priority
.byte se_m_grasswhistle_rev @ Reverb.
2017-12-21 23:24:11 +01:00
2020-08-21 00:02:00 +02:00
.word se_m_grasswhistle_grp
2017-12-21 23:24:11 +01:00
2020-08-21 00:02:00 +02:00
.word se_m_grasswhistle_1
.word se_m_grasswhistle_2
2017-12-21 23:24:11 +01:00
.end