diff --git a/desktop_version/src/Script.cpp b/desktop_version/src/Script.cpp index 32389eb6..0e9aad48 100644 --- a/desktop_version/src/Script.cpp +++ b/desktop_version/src/Script.cpp @@ -3564,7 +3564,12 @@ void scriptclass::hardreset() game.statedelay = 0; game.hascontrol = true; - game.advancetext = false; + if (!game.glitchrunnermode) + { + // Keep the "- Press ACTION to advance text -" prompt around, + // apparently the speedrunners call it the "text storage" glitch + game.advancetext = false; + } game.pausescript = false;