summaryrefslogtreecommitdiff
path: root/soh/include/functions.h
diff options
context:
space:
mode:
authorA Green Spoon <121978037+A-Green-Spoon@users.noreply.github.com>2026-02-17 15:08:06 -0500
committerGitHub <noreply@github.com>2026-02-17 20:08:06 +0000
commitd9ebce9f9f895b392f645130bffc75bcae328ee5 (patch)
tree87c3a9e83b43be030bd0f534a45c4ad9f96ce607 /soh/include/functions.h
parent4cae79fd89e6a094e56f5d95ba494e92e6cfd562 (diff)
hookify additional reticles (#6278)
Diffstat (limited to 'soh/include/functions.h')
-rw-r--r--soh/include/functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/soh/include/functions.h b/soh/include/functions.h
index 940708e95..31f2d4932 100644
--- a/soh/include/functions.h
+++ b/soh/include/functions.h
@@ -1127,6 +1127,7 @@ Player* Player_UnsetMask(PlayState* play);
s32 Player_HasMirrorShieldEquipped(PlayState* play);
s32 Player_HasMirrorShieldSetToDraw(PlayState* play);
s32 Player_ActionToMagicSpell(Player* player, s32 actionParam);
+void Player_DrawHookshotReticle(PlayState* play, Player* player, f32 hookshotRange);
s32 Player_HoldsHookshot(Player* player);
s32 Player_HoldsBow(Player* player);
s32 Player_HoldsSlingshot(Player* player);