Skip to content

Instantly share code, notes, and snippets.

@veeenu
Created April 22, 2021 18:16
Show Gist options
  • Save veeenu/a5ea6a5ff231a91b433ec1a607a6c57b to your computer and use it in GitHub Desktop.
Save veeenu/a5ea6a5ff231a91b433ec1a607a6c57b to your computer and use it in GitHub Desktop.
// For 1.27.02
state("nioh2") {
int on_worldmap: 0x27E0F84;
int in_mission: 0x2B04060;
}
isLoading {
return (current.on_worldmap == 0) && (current.in_mission == 0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment