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
130 stars 45 forks source link

Feature: Clicking on number of Attempts now allows user to edit the counter #258

Closed UTDZac closed 2 years ago

UTDZac commented 2 years ago

The number of attempts shown on the Startup Screen is now a clickable button. When clicked, it prompts the user to enter a new attempt number. This way users can set an attempt count without having to go into their Tracker folder and update a text file.

This PR also does a bit of cleanup for anything that references a filename, a file postfix, or a file extension.

image