diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-01-23 23:37:45 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-23 23:37:45 -0600 |
commit | e5596be256349f957f0543f4aa45fad9d1bb801a (patch) | |
tree | 74b09008c3abe75f255fbfdc5ec11e63dff5120b /include/text.h | |
parent | f57340b729d741acae17213c9c748738fcc1dcb3 (diff) | |
parent | b8b0431477b841162b48b30afb46bb31c11960a0 (diff) |
Merge pull request #185 from Diegoisawesome/master
Decompile naming_screen
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[]; |