summaryrefslogtreecommitdiff
path: root/gflib/text.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-12-31 00:40:45 -0500
committerGitHub <noreply@github.com>2020-12-31 00:40:45 -0500
commitec85c01e7c6d15060eddcc653db33a4b317646d2 (patch)
tree4266c43bcdc1c80c52def44e1470182d3f1c665c /gflib/text.h
parent093610b46e99b517a416ccd5a572054dff09801b (diff)
parent0c74e2097ffbe8395d6f3659c2a49fc829d69b99 (diff)
Merge branch 'master' into doc-factscreen
Diffstat (limited to 'gflib/text.h')
-rw-r--r--gflib/text.h15
1 files changed, 4 insertions, 11 deletions
diff --git a/gflib/text.h b/gflib/text.h
index 0829d748f..723a2fc0e 100644
--- a/gflib/text.h
+++ b/gflib/text.h
@@ -271,13 +271,6 @@
enum
{
- COLOR_FOREGROUND,
- COLOR_SHADOW,
- COLOR_BACKGROUND
-};
-
-enum
-{
FONTATTR_MAX_LETTER_WIDTH,
FONTATTR_MAX_LETTER_HEIGHT,
FONTATTR_LETTER_SPACING,
@@ -329,7 +322,7 @@ struct TextPrinter
u8 delayCounter;
u8 scrollDistance;
u8 minLetterSpacing; // 0x20
- bool8 japanese;
+ u8 japanese;
};
struct FontInfo
@@ -373,13 +366,13 @@ struct Struct_03002F90
u32 unk20[8];
u32 unk40[8];
u32 unk60[8];
- u8 unk80;
- u8 unk81;
+ u8 width;
+ u8 height;
};
extern TextFlags gTextFlags;
-extern bool8 gUnknown_03002F84;
+extern u8 gUnknown_03002F84;
extern struct Struct_03002F90 gUnknown_03002F90;
void SetFontsPointer(const struct FontInfo *fonts);