diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-19 15:19:41 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-19 15:19:41 -0800 |
commit | bdbc89bcea6eda0b0083b627ba83d822cec3ebf0 (patch) | |
tree | 43ea44c11de09aa975c597fdfa8302dc6333b29d /src/text_printer.c | |
parent | d116b7660834da4006dccd3559d1ba0e0f8acf1c (diff) |
partially decompile text
Diffstat (limited to 'src/text_printer.c')
-rw-r--r-- | src/text_printer.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/text_printer.c b/src/text_printer.c index 95de6fbbd..a6e55ef1c 100644 --- a/src/text_printer.c +++ b/src/text_printer.c @@ -14,10 +14,7 @@ static u16 sLastTextFgColor; static u16 sLastTextShadowColor; const struct FontInfo *gFonts; -u32 gGlyphBuffer1[8]; -u32 gGlyphBuffer2[8]; -u32 gGlyphBuffer3[8]; -u32 gGlyphBuffer4[8]; +u8 gGlyphInfo[0x90]; static const u8 sFontHalfRowOffsets[] = { |