From a923aa24e1775e3f6221448320a2ce56ae2e3ae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFs?= <49660929+SailorSnoW@users.noreply.github.com> Date: Thu, 14 May 2026 22:45:27 +0200 Subject: [PATCH] Fix Rollgoal completion reward to scale with Bigger Wallets (#1296) --- src/d/actor/d_a_npc_henna.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/d/actor/d_a_npc_henna.cpp b/src/d/actor/d_a_npc_henna.cpp index 339d5ee82c..40dd9b3091 100644 --- a/src/d/actor/d_a_npc_henna.cpp +++ b/src/d/actor/d_a_npc_henna.cpp @@ -1967,7 +1967,11 @@ static void demo_camera_shop(npc_henna_class* i_this) { i_this->mMsgFlow.init(actor, 0x365, 0, NULL); /* dSv_event_flag_c::KORO2_ALLCLEAR - Fishing - After all stages (8-8) of roll goal game cleared */ dComIfGs_onEventBit(dSv_event_flag_c::saveBitLabels[0x335]); +#if TARGET_PC + dComIfGp_setItemRupeeCount(dComIfGs_getRupeeMax()); +#else dComIfGp_setItemRupeeCount(1000); +#endif } else if ((lbl_82_bss_91 & 0x38) == 0) { i_this->mMsgFlow.init(actor, 0x34f, 0, NULL); /* dSv_event_flag_c::F_0469 - Fishing Pond - Reserved for fishing */