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

Commit

Permalink
Fixed splatoon's in-game menu bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yahya14 committed Jul 17, 2017
1 parent c477af7 commit f140c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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)
else if (AButton && *ptr2 > 0x1C000000)
swapForce = 1;
else
swapForce = 0;
Expand Down

0 comments on commit f140c6e

Please sign in to comment.