gGlyphInfo to struct

This commit is contained in:
PikalaxALT
2021-03-23 09:17:23 -04:00
parent bccdee5299
commit ff7f7744b7
6 changed files with 120 additions and 125 deletions
+9
View File
@@ -168,6 +168,15 @@ enum
FONTATTR_COLOR_SHADOW
};
struct GlyphInfo
{
u8 pixels[0x80];
u8 width;
u8 height;
};
extern struct GlyphInfo gGlyphInfo;
struct TextPrinterSubStruct
{
u8 glyphId:4; // 0x14