diff options
author | Kurausukun <lord.uber1@gmail.com> | 2021-03-29 18:36:18 -0400 |
---|---|---|
committer | Kurausukun <lord.uber1@gmail.com> | 2021-03-29 18:36:18 -0400 |
commit | 102582a3dff87769379acca9d50fe29f6f41d337 (patch) | |
tree | f4b2b95ab5817efe5fda675741a6dfb9c40d1275 /gflib/text.h | |
parent | 79a8eb481f08a035d2b357b5f9c9a57cb54e99da (diff) | |
parent | c40fb9288cf02f2cba1b72c7377d6272a0eef6f2 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into fr_doc
Diffstat (limited to 'gflib/text.h')
-rw-r--r-- | gflib/text.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/gflib/text.h b/gflib/text.h index 723a2fc0e..3e9b4f2ae 100644 --- a/gflib/text.h +++ b/gflib/text.h @@ -360,20 +360,18 @@ typedef struct { bool8 forceMidTextSpeed:1; } TextFlags; -struct Struct_03002F90 +struct TextGlyph { - u32 unk0[8]; - u32 unk20[8]; - u32 unk40[8]; - u32 unk60[8]; + u32 gfxBufferTop[16]; + u32 gfxBufferBottom[16]; u8 width; u8 height; }; extern TextFlags gTextFlags; -extern u8 gUnknown_03002F84; -extern struct Struct_03002F90 gUnknown_03002F90; +extern u8 gDisableTextPrinters; +extern struct TextGlyph gCurGlyph; void SetFontsPointer(const struct FontInfo *fonts); void DeactivateAllTextPrinters(void); |