diff options
Diffstat (limited to 'src-68k/sound/bgms.68k')
| -rw-r--r-- | src-68k/sound/bgms.68k | 23 |
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" |
