diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-07-01 17:47:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-01 17:47:47 +0200 |
commit | 548f486398ab95cbdb757334d6b9d460af42c513 (patch) | |
tree | d764cf63c4de7e3dd13637f61b66a71cb4cd5a8e /src | |
parent | 75005346769b2733dd36ff7ae2239709bc1bc983 (diff) |
Clean up code in HoldContestPainting
Diffstat (limited to 'src')
-rw-r--r-- | src/contest_painting.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/contest_painting.c b/src/contest_painting.c index b43923c7b..257bde445 100644 --- a/src/contest_painting.c +++ b/src/contest_painting.c @@ -250,8 +250,7 @@ static void HoldContestPainting(void) case 1: if ((gMain.newKeys & A_BUTTON) || (gMain.newKeys & B_BUTTON)) { - u8 two = 2; //needed to make the asm match - gContestPaintingState = two; + gContestPaintingState++; BeginNormalPaletteFade(0xFFFFFFFF, 0, 0, 16, RGB(0, 0, 0)); } |