diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-29 14:40:50 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-29 14:40:50 +0100 |
commit | 78fc471f320f7088caa0bf0e7fa065ca1d75329e (patch) | |
tree | 49b205dc643a99150ae0daa8d4a587a07764c5be /include/text.h | |
parent | 78728ae454b6c184b69f4a8c145f32904d406f19 (diff) | |
parent | 10037ac0e1c1737dc7cb309257369b17ccd5e028 (diff) |
mon anim with master
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[]; |