From 5f2f1449991afc068f3d12afe30af74c69defe39 Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 15 Jul 2025 16:52:13 +0200 Subject: Add morning forest music (kind of meh but first attempt okay ?) --- main.gbasm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.gbasm') 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" -- cgit v1.2.3-70-g09d2