aboutsummaryrefslogtreecommitdiff
path: root/main.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-07-15 16:52:13 +0200
committerAstatin <[email protected]>2025-07-15 16:52:13 +0200
commit5f2f1449991afc068f3d12afe30af74c69defe39 (patch)
treeffe0cc8c4dedf91485fcaed157f65492e00e4f4a /main.gbasm
parent44c1f8ed44065e3f3da4c5afe67d4611d15626a8 (diff)
Add morning forest music (kind of meh but first attempt okay ?)
Diffstat (limited to 'main.gbasm')
-rw-r--r--main.gbasm4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.gbasm b/main.gbasm
index b69d881..b069585 100644
--- a/main.gbasm
+++ b/main.gbasm
@@ -173,5 +173,5 @@ Entrypoint:
.INCLUDE "map/maps.gbasm"
.INCLUDE "map/dungeons.gbasm"
-_music_Test:
-.INCLUDEBIN "music/test.vgm"
+_music_Dungeon:
+.INCLUDEBIN "music/morning-forest.vgm"