Last active
August 29, 2015 14:26
-
-
Save lioncash/038bb7f93e52e31b313f to your computer and use it in GitHub Desktop.
Autosplitter for Lovely Planet 1.41
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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