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

Log Viewer Improvements Task List #357

Closed UTDZac closed 1 year ago

UTDZac commented 1 year ago

Just writing down some of the things that I've wanted to add to the log viewer and the parsing method to make it more compatible with how people randomize their Pokémon games.

Aeiiry commented 1 year ago

I would love to help out with any of these if you're open to others' contributions. One additional thing I often find myself wishing for in the log is the ability to toggle only showing gym TMs for learnable TMs for a given pokemon. Alongside possibly highlighting moves that were STAB or were in the category that the viewed pokemon had the higher stat for (atk or spa)

valiant-code commented 1 year ago

One possible idea for the list:

UTDZac commented 1 year ago

Custom names and correct ability/type data is now read in as part of #370

UTDZac commented 1 year ago

An option/button to view the previous log from the last attempt is now available under the Extras Screen as of #371

UTDZac commented 1 year ago

With the recent log viewer changes in v8.1.0, I'm closing this as complete. Most of the functionality for feature ideas from this issue has been added to the Tracker's log viewer now.