mirror of
https://github.com/pret/pokepinballrs.git
synced 2026-03-21 17:24:13 -05:00
Some checks failed
CI / build (push) Has been cancelled
* kickback naming, catch state enum * sound renaming through 98
65 lines
1.4 KiB
ArmAsm
65 lines
1.4 KiB
ArmAsm
.include "sound/MPlayDef.s"
|
|
|
|
.equ se_lati_delivery_grp, gUnknown_08531D4C
|
|
.equ se_lati_delivery_pri, 5
|
|
.equ se_lati_delivery_rev, reverb_set+50
|
|
.equ se_lati_delivery_mvl, 127
|
|
.equ se_lati_delivery_key, 0
|
|
.equ se_lati_delivery_tbs, 1
|
|
.equ se_lati_delivery_exg, 0
|
|
.equ se_lati_delivery_cmp, 1
|
|
|
|
.section .rodata
|
|
.global se_lati_delivery
|
|
.align 2
|
|
|
|
@*********************** Track 01 ***********************@
|
|
|
|
se_lati_delivery_0: @ 0x0869FB24
|
|
.byte KEYSH , se_lati_delivery_key+0
|
|
.byte TEMPO , 150*se_lati_delivery_tbs/2
|
|
.byte VOICE , 22
|
|
.byte BENDR , 12
|
|
.byte VOL , 120*se_lati_delivery_mvl/mxv
|
|
.byte BEND , c_v+12
|
|
.byte N06 , An2 , v127
|
|
.byte W03
|
|
.byte VOL , 78*se_lati_delivery_mvl/mxv
|
|
.byte BEND , c_v+20
|
|
.byte W03
|
|
.byte VOL , 120*se_lati_delivery_mvl/mxv
|
|
.byte BEND , c_v+36
|
|
.byte N18 , Cn3
|
|
.byte W02
|
|
.byte BEND , c_v+35
|
|
.byte W03
|
|
.byte c_v+32
|
|
.byte W02
|
|
.byte c_v+26
|
|
.byte W03
|
|
.byte VOL , 102*se_lati_delivery_mvl/mxv
|
|
.byte BEND , c_v+18
|
|
.byte W02
|
|
.byte VOL , 68*se_lati_delivery_mvl/mxv
|
|
.byte BEND , c_v+7
|
|
.byte W03
|
|
.byte VOL , 34*se_lati_delivery_mvl/mxv
|
|
.byte BEND , c_v-9
|
|
.byte W03
|
|
.byte FINE
|
|
|
|
@******************************************************@
|
|
|
|
.align 2
|
|
|
|
se_lati_delivery: @ 0x0869FB58
|
|
.byte 1 @ NumTrks
|
|
.byte 0 @ NumBlks
|
|
.byte se_lati_delivery_pri @ Priority
|
|
.byte se_lati_delivery_rev @ Reverb
|
|
|
|
.word se_lati_delivery_grp
|
|
|
|
.word se_lati_delivery_0
|
|
@ 0x0869FB64
|