diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-01-25 15:25:35 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-01-25 15:25:35 -0600 |
commit | 7d8a2ae7f0d9edaca7770cf472909bf9197acf2a (patch) | |
tree | da6571f7582a740ae28e6f8576243915f755e22f /include/text.h | |
parent | 10037ac0e1c1737dc7cb309257369b17ccd5e028 (diff) |
Decompile new_menu_helpers.s
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/text.h b/include/text.h index b5fc5b58a..b10b27f1e 100644 --- a/include/text.h +++ b/include/text.h @@ -116,7 +116,7 @@ struct TextSubPrinter // TODO: Better name u8 letterSpacing; u8 lineSpacing; u8 fontColor_l:4; // 0xC - u8 fontColor_h:4; + u8 fgColor:4; u8 bgColor:4; u8 shadowColor:4; }; @@ -149,7 +149,7 @@ struct FontInfo u8 letterSpacing; u8 lineSpacing; u8 fontColor_l:4; - u8 fontColor_h:4; + u8 fgColor:4; u8 bgColor:4; u8 shadowColor:4; }; |