Skip to content

Instantly share code, notes, and snippets.

@CryZe
Created June 14, 2015 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CryZe/ece61952ed673e86a56d to your computer and use it in GitHub Desktop.
Save CryZe/ece61952ed673e86a56d to your computer and use it in GitHub Desktop.
Rayman Legends ASL
state("RaymanLegends")
{
bool isLoading : "Rayman Legends.exe", 0x00AE483C, 0xf14;
bool isOnTicketsScreen : "Rayman Legends.exe", 0x00AE16B4, 0x20;
}
isLoading
{
return current.isLoading && !current.isOnTicketsScreen;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment