diff options
author | Astatin <[email protected]> | 2025-08-07 16:53:50 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-08-07 16:53:50 +0200 |
commit | 41b5858e855c68e01bf388e54abd82661e846585 (patch) | |
tree | dc552e5de42e033f49cb9774c7f1af2b737a5fc0 /main.gbasm | |
parent | 162fad62713d6b2e175c4cd5d7e53ebe7dedef11 (diff) |
Add heal sound effect + remove useless tile loads
Diffstat (limited to 'main.gbasm')
-rw-r--r-- | main.gbasm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ Entrypoint: .INCLUDE "map/dungeons.gbasm" .INCLUDE "music/soundeffects/click.gbasm" .INCLUDE "music/soundeffects/menu.gbasm" +.INCLUDE "music/soundeffects/heal.gbasm" .INCLUDE "music/soundeffects/nextfloor.gbasm" _music_Dungeon: |