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);