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
122 stars 44 forks source link

Adding in friendship tracker evo progress bar #401

Closed TheRealTaintedWolf closed 1 year ago

TheRealTaintedWolf commented 1 year ago

Set up changes to mimic the friendship tracking like the gen 4-5 trackers.

When tracking is turned on we will show a green letters to indicate how far friendship has come FriendshipTracker new

With viewing friendship off, we go back to default. frienshipTrackingTurnedOff

I've added a few variables to data.p that can be used. If you accept this and like this functionality I can go add base friendship to all the mons so we can use it for Return/Frustration as well.

UTDZac commented 1 year ago

Changes look good. I made some additional quick modifications. There was extra whitespace trailing on several of the lines that you added. I also removed the evoTypeStringLength which was still left in.

In addition, I have been making updates to dev which included a conflict with your branch that prevented the merge. I've updated your branch by resolving that conflict.