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.
This release adds several bugfixes and additional features (optional) for extensions. Developers can now add a url for users to view their extension details online, as well as offer ways to edit extension options and check for updates. This patch also refactors code related to creating new screens to make it easier for devs to add additional screens.
Summary of changes:
The Tracker's Extensions menu now includes a link for getting more extensions online
Custom Extensions now support a URL, a version update check, and a way to configure options. If you're an extension developer, refer to the CodeExtensionTemplate to learn more.
When a friendship evolution is ready, the Tracker now says "READY" instead of "SOON" to clarify it's ready to evolve on next level-up
Cool new icons for some Navigation menu buttons
Fixed an issue where cycling through Pokémon in a doubles battle would sometimes skip a Pokémon, preventing you from viewing it entirely
Fixed an issue where the wrong theme colors were used for the text/shadows on some Tracker screens
This release adds several bugfixes and additional features (optional) for extensions. Developers can now add a url for users to view their extension details online, as well as offer ways to edit extension options and check for updates. This patch also refactors code related to creating new screens to make it easier for devs to add additional screens.
Summary of changes:
CodeExtensionTemplate
to learn more.