diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-02 13:47:34 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-02 13:47:34 -0400 |
commit | 8d224bf941d86a6603d2ae217c87caa2743994f7 (patch) | |
tree | 9c15ffc43f3ada02e8f4d43e88692500cb93e167 /src/contest_painting.c | |
parent | 17c76432f420de962628e5c558ae2d4dee51dab7 (diff) | |
parent | 81b84503fac74d58fd15808764e1516046c37fb9 (diff) |
Merge branch 'master' into modern_gcc
Diffstat (limited to 'src/contest_painting.c')
-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 4e8fd72f7..b7fd3cce7 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)); } |