Skip to content

Instantly share code, notes, and snippets.

@Dalet
Created May 4, 2015 02:27
Show Gist options
  • Save Dalet/dcc9670e4fda91d56417 to your computer and use it in GitHub Desktop.
Save Dalet/dcc9670e4fda91d56417 to your computer and use it in GitHub Desktop.
/*
Chaser ASL v0.1
*/
state("chaser")
{
bool isLoadingScreen : "Chaser.exe", 0x2360DD;
bool isQuickloading : "Chaser.exe", 0x002301C0, 0x228;
}
isLoading
{
return current.isLoadingScreen || current.isQuickloading;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment