diff options
Diffstat (limited to 'gflib/text.h')
-rw-r--r-- | gflib/text.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gflib/text.h b/gflib/text.h index ba74cde6e..0d0f3341d 100644 --- a/gflib/text.h +++ b/gflib/text.h @@ -322,7 +322,7 @@ struct TextPrinter u8 delayCounter; u8 scrollDistance; u8 minLetterSpacing; // 0x20 - u8 japanese; + bool8 japanese; }; struct FontInfo @@ -372,7 +372,7 @@ struct Struct_03002F90 extern TextFlags gTextFlags; -extern u8 gUnknown_03002F84; +extern bool8 gUnknown_03002F84; extern struct Struct_03002F90 gUnknown_03002F90; void SetFontsPointer(const struct FontInfo *fonts); |