diff options
author | PokeCodec <doremylover456@gmail.com> | 2020-08-12 12:40:10 -0400 |
---|---|---|
committer | PokeCodec <doremylover456@gmail.com> | 2020-08-12 12:53:59 -0400 |
commit | f33737ae97f44c3139cf13f4f028df48b94f69c8 (patch) | |
tree | 34f945a6797a98d7da8a3cfb3adc679b69b4d12f /gflib/text.h | |
parent | 67f87ce5334b03c10eefaefc914edaeb40d34554 (diff) |
bool8
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); |