summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/contest_painting.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/contest_painting.c b/src/contest_painting.c
index b1b189c09..9de3d733d 100644
--- a/src/contest_painting.c
+++ b/src/contest_painting.c
@@ -344,7 +344,7 @@ static void InitContestPaintingVars(bool8 arg0)
}
}
-static void UpdateContestPaitingMosaicEffect(void)
+static void UpdateContestPaintingMosaicEffect(void)
{
if (!gUnknown_030011F6)
{
@@ -360,7 +360,7 @@ static void UpdateContestPaitingMosaicEffect(void)
static void VBlankCB_ContestPainting(void)
{
- UpdateContestPaitingMosaicEffect();
+ UpdateContestPaintingMosaicEffect();
LoadOam();
ProcessSpriteCopyRequests();
TransferPlttBuffer();