Skip to content

Instantly share code, notes, and snippets.

@RibShark
RibShark / LiveSplit.Kao2.asl
Created April 6, 2018 19:27
Kao the Kangaroo Round 2 Autosplitter
state("Kao2")
{
int levelID : "Kao2.exe", 0x22B7D4;
bool inMenu : "Kao2.exe", 0x23D9AC;
bool isLoading: "Kao2.exe", 0x22451C;
}
start
{
return old.levelID == 0 && !old.isLoading && old.inMenu && !current.inMenu;