Skip to content

Commit

Permalink
Adjusted pointers for MS Store Version
Browse files Browse the repository at this point in the history
  • Loading branch information
skrawpie committed May 27, 2020
1 parent 6b151ce commit b7d4bed
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions Super Lucky's Tale.asl
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,12 @@ state("SLT")

state("SuperLucky")
{
int onLoadScreen : "UnityPlayer.dll", 0x145B490, 0x18, 0x6D8, 0x740, 0x7F8, 0x1B0;
}

state("SuperLucky", "1.5.2019.2")
{
int onLoadScreen : "UnityPlayer.dll", 0x014F8B08, 0x8, 0x70, 0x40, 0xD0, 0x6CC;
int onLoadScreen : "GameAssembly.dll", 0x0252AF70, 0x30, 0xB8, 0x70, 0x0, 0x38, 0x70, 0x0;
}

init
{
vars.isLoading = false;

switch(modules.First().ModuleMemorySize)
{
case 53248:
version = "1.5.2019.2";
break;
}

print("MODULE MEMORY SIZE IS " + modules.First().ModuleMemorySize);
}

update
Expand Down

0 comments on commit b7d4bed

Please sign in to comment.