summaryrefslogtreecommitdiff
path: root/gflib/text.h
diff options
context:
space:
mode:
authorPokeCodec <doremylover456@gmail.com>2020-08-12 12:40:10 -0400
committerPokeCodec <doremylover456@gmail.com>2020-08-12 12:53:59 -0400
commitf33737ae97f44c3139cf13f4f028df48b94f69c8 (patch)
tree34f945a6797a98d7da8a3cfb3adc679b69b4d12f /gflib/text.h
parent67f87ce5334b03c10eefaefc914edaeb40d34554 (diff)
bool8
Diffstat (limited to 'gflib/text.h')
-rw-r--r--gflib/text.h4
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);