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

Neutral stat marking #316

Closed UTDZac closed 1 year ago

UTDZac commented 1 year ago

Closes #309

This adds a 4th option for marking a stat on the Tracker: neutral or equal. This is helpful for cases where you test a Pokémon's defensive stat and determine its neither low or high, but still want to mark it instead of leaving it as blank or "untested"

The original order of stat markings is unchanged with the 4th option at the end. So if you cycle through the markings for a stat in goes in order:

  1. "blank"
  2. Positive, indicated by a "+"
  3. Negative, indicated by a "-"
  4. Neutral, indicated by a "="
  5. (Back to 1. "blank")

image