diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-02 10:18:29 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-02 10:18:29 -0400 |
commit | af86929d787ca449ab86b3bd8674cbd5c44fb7ea (patch) | |
tree | e4259d5129071530300b6321d99f533dce907bae /include/text.h | |
parent | e3ecbe5d7850c50de8882385c1400ed4e77c61b5 (diff) |
sub_8048D44
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h index 9a70dec11..d0c9f0d9d 100644 --- a/include/text.h +++ b/include/text.h @@ -202,6 +202,7 @@ extern u8 gStringVar1[]; extern u8 gStringVar2[]; extern u8 gStringVar3[]; extern u8 gStringVar4[]; +extern u8 gTileBuffer[]; void LoadFontDefaultPalette(const struct WindowConfig *winConfig); void SetUpWindowConfig(const struct WindowConfig *winConfig); |