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
129 stars 45 forks source link

Patch 8.3.9 #434

Closed UTDZac closed 1 year ago

UTDZac commented 1 year 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.