Skip to content

Instantly share code, notes, and snippets.

@lioncash
Last active August 29, 2015 14:26
Show Gist options
  • Save lioncash/038bb7f93e52e31b313f to your computer and use it in GitHub Desktop.
Save lioncash/038bb7f93e52e31b313f to your computer and use it in GitHub Desktop.
Autosplitter for Lovely Planet 1.41
// Lovely Planet 1.41
state("LovelyPlanet")
{
bool levelComplete : "LovelyPlanet.exe", 0x00A2D29C, 0xAC, 0x3C0, 0x50, 0xCC, 0xC8;
}
split
{
return current.levelComplete && !old.levelComplete;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment