aboutsummaryrefslogtreecommitdiff
path: root/src-68k/sound/bgms.68k
diff options
context:
space:
mode:
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"