besteon / Ironmon-Tracker

A Lua script for the Bizhawk/mGBA emulator compatible with Pokemon Fire Red, Leaf Green, Ruby, Sapphire, and Emerald that tracks relevant data for the IronMon challenge.
MIT License
123 stars 44 forks source link

Add an option to turn off friendship calculations #353

Closed UTDZac closed 1 year ago

UTDZac commented 1 year ago

This adds an option to the Tracker to allow the player to disable the Tracker from telling them when their Pokemon has enough friendship for certain things, such as a friendship evolution is ready or Return's power is maxed.

There weren't too many places that required changes to implement this. So I think I got them all. Also worth noting the Return/Frustration are behind two options now (intentional). In order for it to show you when you're close, you have to enable both "Calculate variable damage" and "Determine friendship readiness", as its possible some people want friendship readiness for evos but dont want move powers calculated for them.

image