From 82c18130485426e46df051ea0d7aef2f83b12b97 Mon Sep 17 00:00:00 2001 From: Kaz Date: Tue, 2 Jun 2020 06:44:29 -0400 Subject: Fix typos. --- src/contest_painting.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/contest_painting.c b/src/contest_painting.c index b5c085b3a..af5eddf76 100644 --- a/src/contest_painting.c +++ b/src/contest_painting.c @@ -353,8 +353,8 @@ static void sub_8106B90(u8 *a, u16 *b, u16 *c) Raw arithmetics are required to match this function. At least it's the first known way to match it. The extreme sensitivity of this match and Game Freak proving to not have - been an array of C's advanced array features, preferring to - calculate dimensions manually (as proven in other functions) + been a fan of C's advanced array features, preferring to + calculate dimensions manually (as seen in other functions), tell that it may have been this way in the original code. */ for (i = 0; i < 8; i++) -- cgit v1.2.3