summaryrefslogtreecommitdiff
path: root/src/contest_painting.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-07-02 13:47:34 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-07-02 13:47:34 -0400
commit8d224bf941d86a6603d2ae217c87caa2743994f7 (patch)
tree9c15ffc43f3ada02e8f4d43e88692500cb93e167 /src/contest_painting.c
parent17c76432f420de962628e5c558ae2d4dee51dab7 (diff)
parent81b84503fac74d58fd15808764e1516046c37fb9 (diff)
Merge branch 'master' into modern_gcc
Diffstat (limited to 'src/contest_painting.c')
-rw-r--r--src/contest_painting.c3
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));
}