Note to the admins:
this link to the v2.3 patch is broken, use
this one instead.
As always I'm going to post the door & item skip lua script since it makes SM runs twice as enjoyable to watch:
Download Turbo.luaLanguage: lua
while true do
istop = memory.readbyte(0x7E0009)
dstop = memory.readbyte(0x7E05F5)
estop = memory.readbyte(0x7E0E18)
-- Items, Doors, Elevators
if istop+dstop+estop > 0 then
snes9x.speedmode("maximum")
else
if istop+dstop+estop < 1 then
snes9x.speedmode("normal")
end
end
snes9x.frameadvance()
end
As for the run itself: Definite star tier, I'd even nominate it as an early candidate for TAS of the year! The level of optimization is noticeably better than the previous 100% run, some of the new sequence breaks were 0_o worthy, and the shinespark exploits made the run ridiculously entertaining. Also loved seeing all the bosses this time, even though Phantoon got defeated so quickly.