diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-08-18 08:18:54 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-08-18 08:18:54 -0400 |
commit | 20b8fa77bcd1875640cb2bb61375bcf0a0bdd45f (patch) | |
tree | 45a0b494f74660ef5822c90d24bac20f5392b882 /arm9/src/text.c | |
parent | 10ade922d3bbff121c57fe458e3d4966ca4c8fb9 (diff) |
unk_02015D14
Diffstat (limited to 'arm9/src/text.c')
-rw-r--r-- | arm9/src/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/text.c b/arm9/src/text.c index 64b3587e..f178fa9d 100644 --- a/arm9/src/text.c +++ b/arm9/src/text.c @@ -282,7 +282,7 @@ THUMB_FUNC void GenerateFontHalfRowLookupTable(u8 fgColor, u8 bgColor, u8 shadow sp20[2] = shadowColor; sp20[3] = bgColor; - // FIXME: Need these to be accessed by a pointer to UNK_021C570C + // These are accessed by a pointer to UNK_021C570C due to -ipa file UNK_021C5712 = bgColor; UNK_021C570E = fgColor; UNK_021C5710 = shadowColor; |