Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Another fix for splatoon's in-game menu bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yahya14 committed Jul 18, 2017
1 parent 6d0cb99 commit 4d86c45
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/patcher/gambit_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ void gambitDRC()
{
if (*inkstrikeEq == 2 && *spTimer != 0)
swapForce = 1;
else if (AButton && *ptr2 > 0x1C000000)
else if (AButton)
swapForce = 1;
else
swapForce = 0;
Expand Down Expand Up @@ -135,5 +135,9 @@ void gambitPatches(VPADData *buffer)
touchVal = D_NEUTRAL;
}
}
else
{
AButton = false;
}
}
}

0 comments on commit 4d86c45

Please sign in to comment.