aboutsummaryrefslogtreecommitdiff
path: root/src-68k/sound
diff options
context:
space:
mode:
authorJavier Degirolmo2011-10-12 14:15:55 -0300
committerJavier Degirolmo2011-10-12 14:15:55 -0300
commit09a96b98661257ef03b1dcdd10c546d2b3e99264 (patch)
treed62bc77d8f8f9cc5dcc262521c120f635fc9192c /src-68k/sound
parentec2abd03428ae2c282860f0f2adb0c974586ff4b (diff)
General update, trying to clean up FM volume code, work in progress
Diffstat (limited to 'src-68k/sound')
-rw-r--r--src-68k/sound/bgms.68k10
1 files changed, 10 insertions, 0 deletions
diff --git a/src-68k/sound/bgms.68k b/src-68k/sound/bgms.68k
index 7264048..5d1d46e 100644
--- a/src-68k/sound/bgms.68k
+++ b/src-68k/sound/bgms.68k
@@ -21,3 +21,13 @@ BGM_Minion:
BGM_HoL:
incbin "data/music/hol.esf"
+
+;****************************************************************************
+; BGM_VolBug_*
+; Volume bug test BGMs
+;****************************************************************************
+
+BGM_VolBug_B:
+ incbin "data/music/volbug_b.esf"
+BGM_VolBug_F:
+ incbin "data/music/volbug_f.esf"