WIP I made (level 1 only)
http://dehacked.2y.net/microstorage.php/info/1299696949/stuart2-mugg-2016.bk2
is 88 frames faster than
nitrogenesis, achieved by better clip zipping.
Luascript I made
http://pastebin.com/Y8EeVy9F
http://pastebin.com/mUBkj6TX
Luascript notes:
- Addresses seem dynamic, so you have to go looking for them every level. I just went ahead and made an address table that goes alongside my WIP*. You need to edit the
addresstable inside the script with addresses of domain "Combined WRAM" as you progress.
- Script seems to sometimes cause bizhawk to crash, especially when using Hard reset.
maybe it will be fixed in the next Bizhawk
As for the WIP... I don't feel like TASing 3 minute autoscroller lol. Who wants to do it?
EDIT:
The address that seems to correspond to the current level, memory domain "Combined WRAM" $009784, will update when choosing a correct password on the password screen. But there is a bug where you can cancel the password screen after selecting a password. The level address then doesn't update if you start a new game. Either the level address is wrong or the game gets confused about which level is currently active. You can start the first level with the address telling you are in level 7 or whatever. But I haven't tested further.
EDIT:
Looks like if you finish level 1 (address says 0 normally but can be glitched to say another number, as said) with a wrong level number, game still gives you the next correct password and corrects its level number.
___
* I have hex edited my WIP a few times so in case I ever post another version of my luascript, the addresses used in it might be outdated/not working.