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

Patch 8.3.9 #434

Closed UTDZac closed 8 months ago

UTDZac commented 8 months ago

Release Notes

A note about the variables being reset: because they are defined outside of a function, Bizhawk does not properly reset them when a new game is started while the script is still running. They must be set in the init function to properly reset to default values.