aboutsummaryrefslogtreecommitdiff
path: root/src-68k/sound/bgms.68k
diff options
context:
space:
mode:
authorJavier Degirolmo2011-10-07 12:17:54 -0300
committerJavier Degirolmo2011-10-07 12:17:54 -0300
commit178968cc2fc4c32fb918ebb4ccd24d78b64cd73f (patch)
treed8cb1d39bd1991258ffe45b4bcc498b0443e4b35 /src-68k/sound/bgms.68k
Initial upload, Echo 0.8 UNSTABLE VERSION
Diffstat (limited to 'src-68k/sound/bgms.68k')
-rw-r--r--src-68k/sound/bgms.68k23
1 files changed, 23 insertions, 0 deletions
diff --git a/src-68k/sound/bgms.68k b/src-68k/sound/bgms.68k
new file mode 100644
index 0000000..7264048
--- /dev/null
+++ b/src-68k/sound/bgms.68k
@@ -0,0 +1,23 @@
+;****************************************************************************
+; BGM_Test
+; Generic BGM to test events
+;****************************************************************************
+
+BGM_Test:
+ dc.b $FF
+
+;****************************************************************************
+; BGM_Minion
+; "Evil's Minion"
+;****************************************************************************
+
+BGM_Minion:
+ incbin "data/music/minion.esf"
+
+;****************************************************************************
+; BGM_HoL
+; "Hall of Loneliness"
+;****************************************************************************
+
+BGM_HoL:
+ incbin "data/music/hol.esf"