diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-08-18 14:47:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-18 14:47:33 +0100 |
commit | e947eab3f1d5315ba59ec989a02f6b84797e052b (patch) | |
tree | 68de84766d62434b88f0e8ff2f0f3cf55580d503 /arm9/src/text.c | |
parent | 10ade922d3bbff121c57fe458e3d4966ca4c8fb9 (diff) | |
parent | ed84d6a9a3bfc2c092e22b8e941cac775dc14127 (diff) |
Merge pull request #450 from PikalaxALT/pikalax_work
rs_migrate_string
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; |