From 98414ebda8d1c1a9cec0e1ccd364ae625bbd24d3 Mon Sep 17 00:00:00 2001 From: Sarge-117 Date: Wed, 12 Feb 2025 10:59:59 -0800 Subject: [PATCH] cvar for ms --- soh/src/code/code_800EC960.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/src/code/code_800EC960.c b/soh/src/code/code_800EC960.c index 01ff7641478..f1496bbe8f4 100644 --- a/soh/src/code/code_800EC960.c +++ b/soh/src/code/code_800EC960.c @@ -4046,7 +4046,7 @@ void Audio_PlayFanfare_Rando(GetItemEntry getItem) { // Just in case nothing else matches. temp1 = NA_BGM_ITEM_GET | 0x900; } - if (itemId == ITEM_SWORD_MASTER) { + if (itemId == ITEM_SWORD_MASTER && CVarGetInteger(CVAR_RANDOMIZER_ENHANCEMENT("QuestItemFanfares"), 0)) { temp1 = NA_BGM_MASTER_SWORD | 0x900; } Audio_PlayFanfare(temp1);