Skip to content

Commit

Permalink
Uncomment chime on one points
Browse files Browse the repository at this point in the history
  • Loading branch information
aMannus committed Jan 17, 2025
1 parent 47fdaab commit 60b7b04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions soh/soh/Enhancements/timesaver_hook_handlers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ void BgSpot03Taki_KeepOpen(BgSpot03Taki* bgSpot03Taki, PlayState* play) {
static int successChimeCooldown = 0;
void RateLimitedSuccessChime() {
if (successChimeCooldown == 0) {
// Currently disabled, need to find a better way to do this, while being consistent with vanilla
// func_80078884(NA_SE_SY_CORRECT_CHIME);
Sfx_PlaySfxCentered(NA_SE_SY_CORRECT_CHIME);
successChimeCooldown = 120;
}
}
Expand Down

0 comments on commit 60b7b04

Please sign in to comment.