Add option to disable Link spinning with the Goron Pot (#6138)

Make Link focus on Goron Pot instead
This commit is contained in:
Jordan Longstaff
2026-01-16 08:55:36 -05:00
committed by GitHub
parent 6e4c010ffe
commit 6606eefbf1
4 changed files with 44 additions and 1 deletions

View File

@@ -883,7 +883,9 @@ s32 OnePointCutscene_SetInfo(PlayState* play, s16 camIdx, s16 csId, Actor* actor
csInfo->keyFrameCnt = 1;
func_800C0808(play, camIdx, player, CAM_SET_CS_C);
func_8002DF38(play, &player->actor, 1);
if (GameInteractor_Should(VB_LINK_SPIN_WITH_GORON_POT, true)) {
func_8002DF38(play, &player->actor, 1);
}
i = Quake_Add(csCam, 3);
Quake_SetSpeed(i, 12000);