diff options
author | Astatin <[email protected]> | 2025-07-15 16:52:13 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-07-15 16:52:13 +0200 |
commit | 5f2f1449991afc068f3d12afe30af74c69defe39 (patch) | |
tree | ffe0cc8c4dedf91485fcaed157f65492e00e4f4a /main.gbasm | |
parent | 44c1f8ed44065e3f3da4c5afe67d4611d15626a8 (diff) |
Add morning forest music (kind of meh but first attempt okay ?)
Diffstat (limited to 'main.gbasm')
-rw-r--r-- | main.gbasm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |