Skip to content

Commit

Permalink
Merge branch 'fanfares-feb03-2025' into test-things-together-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarge-117 committed Feb 12, 2025
2 parents 543b3fb + 98414eb commit be425a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soh/src/code/code_800EC960.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit be425a4

Please sign in to comment.