diff --git a/ai/red/strategies.lua b/ai/red/strategies.lua index eded992..1fba363 100644 --- a/ai/red/strategies.lua +++ b/ai/red/strategies.lua @@ -2284,6 +2284,17 @@ strategyFunctions.champion = function() return Strategies.hardReset("Back to the grind - you can follow on Twitter for updates on our next good run! https://twitter.com/thepokebot") end if status.tries == 0 then + if STREAMING_MODE and CUSTOM_SEED ~= nil then + gui.text(0, 0, "PokeBot v"..VERSION) + gui.text(0, 7, "Seed: "..Strategies.seed) + gui.text(0, 14, "Reset for time: "..tostring(RESET_FOR_TIME)) + gui.text(0, 21, "Time: "..Utils.elapsedTime()) + gui.text(0, 28, "Frames: "..Utils.frames()) + client.setscreenshotosd(true) + client.screenshot() + client.setscreenshotosd(false) + gui.cleartext() + end Strategies.tweetProgress("Beat Pokemon Red in "..status.canProgress.."!") if Strategies.seed then print("v"..VERSION..": "..Utils.frames().." frames, with seed "..Strategies.seed)