aboutsummaryrefslogtreecommitdiff
path: root/src-68k
diff options
context:
space:
mode:
Diffstat (limited to 'src-68k')
-rw-r--r--src-68k/core/songlist.68k8
-rw-r--r--src-68k/sound/bgms.68k10
2 files changed, 1 insertions, 17 deletions
diff --git a/src-68k/core/songlist.68k b/src-68k/core/songlist.68k
index 36bb12a..69562af 100644
--- a/src-68k/core/songlist.68k
+++ b/src-68k/core/songlist.68k
@@ -6,8 +6,6 @@
SongList:
dc.l BGM_Minion, @Str_Minion_1, @Str_Minion_2, @Str_Minion_3
dc.l BGM_HoL, @Str_HoL_1, @Str_Null, @Str_Null
- dc.l BGM_VolBug_B, @Str_VolBug_1, @Str_VolBug_2, @Str_Null
- dc.l BGM_VolBug_F, @Str_VolBug_1, @Str_VolBug_2A, @Str_Null
; 012345678901234567890123456
@@ -20,10 +18,6 @@ SongList:
@Str_HoL_1: dc.b "Hall of Loneliness", 0
-@Str_VolBug_1: dc.b "Volume bug test", 0
-@Str_VolBug_2: dc.b "Broken version", 0
-@Str_VolBug_2A: dc.b "Fixed version", 0
-
even
;****************************************************************************
@@ -31,4 +25,4 @@ SongList:
; Number of songs in song list
;****************************************************************************
-NumSongs equ 4
+NumSongs equ 2
diff --git a/src-68k/sound/bgms.68k b/src-68k/sound/bgms.68k
index 5d1d46e..7264048 100644
--- a/src-68k/sound/bgms.68k
+++ b/src-68k/sound/bgms.68k
@@ -21,13 +21,3 @@ 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"