diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-02-03 09:42:19 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-02-03 09:42:19 -0500 |
commit | d52f52fa734b856361b04ea5d70877a6f265df0c (patch) | |
tree | 60444b7ba53b8e4c9030a694acb03c54e4144778 /include/text.h | |
parent | d4e8c20f840996049f269ffcd22d7e3feb489696 (diff) | |
parent | eb6aed50e56f36ce416f7ecc8edfacea1da61bf1 (diff) |
Merge branch 'master' into link
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h index 289c7d2b5..b5fc5b58a 100644 --- a/include/text.h +++ b/include/text.h @@ -185,6 +185,13 @@ struct __attribute__((packed)) TextColor u8 shadowColor; }; +struct AlignedTextColor // because sometimes it's necessary +{ + u8 fgColor; + u8 bgColor; + u8 shadowColor; +}; + extern u8 gStringVar1[]; extern u8 gStringVar2[]; extern u8 gStringVar3[]; |