diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-17 22:03:37 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-17 22:03:37 -0500 |
commit | b9fa18bdd4a44e219c7678c26d692b2be4baeea3 (patch) | |
tree | e7466ec4ff6635202580e6a29d748d6101f59a9f /gflib/text.h | |
parent | c4f8f4d11aeb2255fb0e7ccaa1256be7a2a0f63b (diff) | |
parent | ecb13cdbf722aacbceca1b7a2e7514e5dd1ec83a (diff) |
Merge branch 'master' of https://github.com/GriffinRichards/pokeemerald into update-macros
Diffstat (limited to 'gflib/text.h')
-rw-r--r-- | gflib/text.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gflib/text.h b/gflib/text.h index 110df8b87..2f660354f 100644 --- a/gflib/text.h +++ b/gflib/text.h @@ -117,13 +117,6 @@ struct GlyphWidthFunc u32 (*func)(u16 glyphId, bool32 isJapanese); }; -struct KeypadIcon -{ - u16 tileOffset; - u8 width; - u8 height; -}; - typedef struct { bool8 canABSpeedUpPrint:1; bool8 useAlternateDownArrow:1; @@ -153,7 +146,6 @@ void GenerateFontHalfRowLookupTable(u8 fgColor, u8 bgColor, u8 shadowColor); void SaveTextColors(u8 *fgColor, u8 *bgColor, u8 *shadowColor); void RestoreTextColors(u8 *fgColor, u8 *bgColor, u8 *shadowColor); void DecompressGlyphTile(const void *src_, void *dest_); -u8 GetLastTextColor(u8 colorType); void CopyGlyphToWindow(struct TextPrinter *x); void ClearTextSpan(struct TextPrinter *textPrinter, u32 width); u8 GetMenuCursorDimensionByFont(u8, u8); |