summaryrefslogtreecommitdiff
path: root/sound/songs/song_560.s
diff options
context:
space:
mode:
Diffstat (limited to 'sound/songs/song_560.s')
-rw-r--r--sound/songs/song_560.s46
1 files changed, 46 insertions, 0 deletions
diff --git a/sound/songs/song_560.s b/sound/songs/song_560.s
new file mode 100644
index 000000000..54ddfd062
--- /dev/null
+++ b/sound/songs/song_560.s
@@ -0,0 +1,46 @@
+ .include "MPlayDef.s"
+
+ .equ song_560_grp, voicegroup_86A0754
+ .equ song_560_pri, 4
+ .equ song_560_rev, 0
+ .equ song_560_mvl, 127
+ .equ song_560_key, 0
+ .equ song_560_tbs, 1
+ .equ song_560_exg, 0
+ .equ song_560_cmp, 1
+
+ .section .rodata
+ .global song_560
+ .align 2
+
+@********************** Track 1 **********************@
+
+song_560_1:
+ .byte KEYSH , song_560_key+0
+ .byte TEMPO , 120*song_560_tbs/2
+ .byte VOICE , 1
+ .byte VOL , 117*song_560_mvl/mxv
+ .byte TIE , Cn3 , v127
+ .byte W96
+song_560_1_B1:
+ .byte W96
+ .byte GOTO
+ .word song_560_1_B1
+ .byte W48
+ .byte EOT , Cn3
+ .byte FINE
+
+@******************************************************@
+ .align 2
+
+song_560:
+ .byte 1 @ NumTrks
+ .byte 0 @ NumBlks
+ .byte song_560_pri @ Priority
+ .byte song_560_rev @ Reverb.
+
+ .word song_560_grp
+
+ .word song_560_1
+
+ .end