No Low HP Sound Enhancement

This commit is contained in:
MelonSpeedruns
2026-04-04 14:47:39 -04:00
parent 015e7aceab
commit 3dca79e375
4 changed files with 22 additions and 0 deletions
+7
View File
@@ -155,7 +155,14 @@ void Z2AudioMgr::zeldaGFrameWork() {
mSpeechMgr.framework();
processSeFramework();
processBgmFramework();
#if TARGET_PC
if (!dusk::getSettings().game.noLowHpSound) {
processHeartGaugeSound();
}
#else
processHeartGaugeSound();
#endif
#if DEBUG
mDebugSys.debugframework();