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

Adding option to show an EXP bar #352

Closed UTDZac closed 1 year ago

UTDZac commented 1 year ago

This adds an option to allow the player to add a cool experience points bar on the Tracker screen. This feature means that exp info for the full player's team is read in and can be displayed. Currently, only the lead Pokemon's exp is shown (as normal), but in a future update i want to have a full party display that includes exp bars for each Pokemon in the party.

This PR also changes the default visual behavior of the info line for Level + Evolution. If the Pokemon does not evolve, then nothing is shown at all, implying no evolve.

image