summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKurausukun <lord.uber1@gmail.com>2021-02-14 03:57:50 -0500
committerKurausukun <lord.uber1@gmail.com>2021-02-14 03:57:50 -0500
commit6b5db889dd7cb7d32c2fbe12e81a52fd33455088 (patch)
tree544b574230b3d9a37ca96ec95a5d2247bb4b4b81 /src
parentbf062f5547dd77d73617e99df58c998f5806252e (diff)
[LEAK-INFORMED] remove fakematching comment
it is in fact not a fakematch
Diffstat (limited to 'src')
-rw-r--r--src/contest_painting.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/contest_painting.c b/src/contest_painting.c
index 1602eb94f..94cb02dfe 100644
--- a/src/contest_painting.c
+++ b/src/contest_painting.c
@@ -165,7 +165,6 @@ const u16 gUnknown_085B0838[] = {RGB(0, 0, 0), RGB(0, 0, 0)};
void SetContestWinnerForPainting(int contestWinnerId)
{
- // probably fakematching
u8 *ptr1 = &gUnknown_02039F5D;
u8 *ptr2 = &gUnknown_02039F5C;
gCurContestWinner = gSaveBlock1Ptr->contestWinners[contestWinnerId - 1];