

This is a mod for Majora's Mask: Recompiled that is focused on making the bunny hood more seamless to use.
Most of these features can be configured to fine-tune your experience.
This mod disables the game's default bunny hood implementation, so mods that add functionality based on the bunny hood being equipped will generally be incompatible with this mod. For these situations, an API has been provided that is intended to be used with the optional dependency system.
optional_dependencies = [
"yazmt_mm_bunnyhoodtweaks:0.2.1"
]
This mod currently provides a single exported function:
// Returns true if the passed in player's run speed is being modified by BunnyHoodTweaks, false otherwise.
RECOMP_IMPORT("yazmt_mm_bunnyhoodtweaks", bool BunnyHoodTweaks_isPlayerRunSpeedModified(PlayState *play, Player *player));