From 139e9b289159a64e7a48e3b326481f2cb0c47089 Mon Sep 17 00:00:00 2001 From: JordanLongstaff Date: Sat, 9 Nov 2024 23:32:39 -0500 Subject: [PATCH] Oopsie, fix build error --- soh/soh/Enhancements/timesaver_hook_handlers.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/timesaver_hook_handlers.cpp b/soh/soh/Enhancements/timesaver_hook_handlers.cpp index 255129578..a8568a7be 100644 --- a/soh/soh/Enhancements/timesaver_hook_handlers.cpp +++ b/soh/soh/Enhancements/timesaver_hook_handlers.cpp @@ -37,7 +37,6 @@ extern int32_t D_8011D3AC; extern void func_808ADEF0(BgSpot03Taki* bgSpot03Taki, PlayState* play); extern void BgSpot03Taki_ApplyOpeningAlpha(BgSpot03Taki* bgSpot03Taki, s32 bufferIndex); -extern void BgSpot03Taki_KeepOpen(BgSpot03Taki* bgSpot03Taki, PlayState* play); extern void func_80AF36EC(EnRu2* enRu2, PlayState* play); } @@ -100,6 +99,9 @@ void EnDntDemo_JudgeSkipToReward(EnDntDemo* enDntDemo, PlayState* play) { } } +void BgSpot03Taki_KeepOpen(BgSpot03Taki* bgSpot03Taki, PlayState* play) { +} + static int successChimeCooldown = 0; void RateLimitedSuccessChime() { if (successChimeCooldown == 0) {