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
128 stars 46 forks source link

Automatically track the ability Inner Focus #269

Closed UTDZac closed 2 years ago

UTDZac commented 2 years ago

Currently when the enemy's Inner Focus ability triggers, it is not tracked. Ideally this should be tracked automatically.

Here are the list of moves that can cause a flinch:

jtigues commented 2 years ago

Issue has been fixed, just leaving a note here that only moves with a guaranteed secondary effect proc will trigger relevant ability messages. I.e. zap cannon will cause limber's message to display, but thunderbolt never will. Ability Tracking doesn't care about the moves used anyway though so all bases should be covered

UTDZac commented 2 years ago

Closing as resolved in v6.5.0