diff options
| author | Javier Degirolmo | 2011-10-12 14:15:55 -0300 |
|---|---|---|
| committer | Javier Degirolmo | 2011-10-12 14:15:55 -0300 |
| commit | 09a96b98661257ef03b1dcdd10c546d2b3e99264 (patch) | |
| tree | d62bc77d8f8f9cc5dcc262521c120f635fc9192c /src-68k/core/songlist.68k | |
| parent | ec2abd03428ae2c282860f0f2adb0c974586ff4b (diff) | |
General update, trying to clean up FM volume code, work in progress
Diffstat (limited to 'src-68k/core/songlist.68k')
| -rw-r--r-- | src-68k/core/songlist.68k | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src-68k/core/songlist.68k b/src-68k/core/songlist.68k index 69562af..36bb12a 100644 --- a/src-68k/core/songlist.68k +++ b/src-68k/core/songlist.68k @@ -6,6 +6,8 @@ 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 @@ -18,6 +20,10 @@ 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 ;**************************************************************************** @@ -25,4 +31,4 @@ SongList: ; Number of songs in song list ;**************************************************************************** -NumSongs equ 2 +NumSongs equ 4 |
