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

Feature: Pokémon Team Preview #360

Closed UTDZac closed 1 year ago

UTDZac commented 1 year ago

closes #348

This feature adds an option to display a summary of the player's six Pokémon on their team. To enable this feature, it's under Tracker -> Setup -> Show Team View.

The summary boxes for each Pokémon on the team include:

image

UTDZac commented 1 year ago

One thing I didn't account for is showing an egg in the party, which doesn't really come up in FRLG. Wasn't sure how to acquire one in this game and to test it. Right now I believe it just won't display on the party, which I think is fine. You can't really do anything with that information anyway.

UTDZac commented 1 year ago

Support for showing eggs without revealing information is now live.

image