summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKaz <kazbloxmc@gmail.com>2020-06-02 06:44:29 -0400
committerKaz <kazbloxmc@gmail.com>2020-06-02 06:44:29 -0400
commit82c18130485426e46df051ea0d7aef2f83b12b97 (patch)
tree9b59aba8cf43bdcf556b86f1a9fc6ca703824cc4 /src
parent1ce50ad12ec0e62f5ae6325767254fcfb7a04fdb (diff)
Fix typos.
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 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++)