hookify additional reticles (#6278)

This commit is contained in:
A Green Spoon
2026-02-17 15:08:06 -05:00
committed by GitHub
parent 4cae79fd89
commit d9ebce9f9f
4 changed files with 85 additions and 54 deletions

View File

@@ -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);