summaryrefslogtreecommitdiff
path: root/sound/songs/se_wall_hit.s
diff options
context:
space:
mode:
Diffstat (limited to 'sound/songs/se_wall_hit.s')
-rw-r--r--sound/songs/se_wall_hit.s41
1 files changed, 41 insertions, 0 deletions
diff --git a/sound/songs/se_wall_hit.s b/sound/songs/se_wall_hit.s
new file mode 100644
index 000000000..2c3421dc0
--- /dev/null
+++ b/sound/songs/se_wall_hit.s
@@ -0,0 +1,41 @@
+ .include "MPlayDef.s"
+
+ .equ se_wall_hit_grp, voicegroup_869D0F4
+ .equ se_wall_hit_pri, 2
+ .equ se_wall_hit_rev, reverb_set+50
+ .equ se_wall_hit_mvl, 127
+ .equ se_wall_hit_key, 0
+ .equ se_wall_hit_tbs, 1
+ .equ se_wall_hit_exg, 0
+ .equ se_wall_hit_cmp, 1
+
+ .section .rodata
+ .global se_wall_hit
+ .align 2
+
+@********************** Track 1 **********************@
+
+se_wall_hit_1:
+ .byte KEYSH , se_wall_hit_key+0
+ .byte TEMPO , 220*se_wall_hit_tbs/2
+ .byte VOICE , 89
+ .byte VOL , 80*se_wall_hit_mvl/mxv
+ .byte BEND , c_v+0
+ .byte N18 , Gn1 , v127
+ .byte W24
+ .byte FINE
+
+@******************************************************@
+ .align 2
+
+se_wall_hit:
+ .byte 1 @ NumTrks
+ .byte 0 @ NumBlks
+ .byte se_wall_hit_pri @ Priority
+ .byte se_wall_hit_rev @ Reverb.
+
+ .word se_wall_hit_grp
+
+ .word se_wall_hit_1
+
+ .end