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.
This is a hotfix for an issue where, if the update "fails" cause it skipped some files, the Tracker wouldn't properly restart itself and display the Release Notes. It would also keep saying an update was available (but it did successfully update).
This resolves that by forcing a success during the XCOPY, which is what is expected and the only possible outcome due to the /c switch.
This fix will automatically apply to any old versions of the Tracker, as the UpdateOrInstall.lua reloads midway through the update.
This is a hotfix for an issue where, if the update "fails" cause it skipped some files, the Tracker wouldn't properly restart itself and display the Release Notes. It would also keep saying an update was available (but it did successfully update).
This resolves that by forcing a success during the
XCOPY
, which is what is expected and the only possible outcome due to the/c
switch.This fix will automatically apply to any old versions of the Tracker, as the
UpdateOrInstall.lua
reloads midway through the update.