aboutsummaryrefslogtreecommitdiff
path: root/main.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-08-07 12:40:56 +0200
committerAstatin <[email protected]>2025-08-07 12:40:56 +0200
commit162fad62713d6b2e175c4cd5d7e53ebe7dedef11 (patch)
treef45ede24dd539e9bcc297917a9b341055e130a76 /main.gbasm
parent8b7594415a4ca28b0193d24d59c3089f046a3be1 (diff)
Add menu, next floor, attack cancel/arrow move failed sound effects
Diffstat (limited to 'main.gbasm')
-rw-r--r--main.gbasm2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.gbasm b/main.gbasm
index c480918..61aa158 100644
--- a/main.gbasm
+++ b/main.gbasm
@@ -64,6 +64,8 @@ Entrypoint:
.INCLUDE "map/maps.gbasm"
.INCLUDE "map/dungeons.gbasm"
.INCLUDE "music/soundeffects/click.gbasm"
+.INCLUDE "music/soundeffects/menu.gbasm"
+.INCLUDE "music/soundeffects/nextfloor.gbasm"
_music_Dungeon:
.INCLUDEBIN "music/morning-forest.vgm"