diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-08-16 08:34:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 08:34:55 +0100 |
commit | 168950d7e03129c23ddce331593823d1d48411cf (patch) | |
tree | eb0753d70cca0a010b552b45ab384b1ccb98a180 /arm9/src/render_text.c | |
parent | a6b9c13d97e130e43c774f81c383ad452811ef75 (diff) | |
parent | e1a3782f3cac045ea8f8a21869f17608479c5bdb (diff) |
Merge pull request #447 from PikalaxALT/pikalax_work
unk_02021590
Diffstat (limited to 'arm9/src/render_text.c')
-rw-r--r-- | arm9/src/render_text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/render_text.c b/arm9/src/render_text.c index 34777739..aa29e82d 100644 --- a/arm9/src/render_text.c +++ b/arm9/src/render_text.c @@ -207,7 +207,7 @@ THUMB_FUNC u32 RenderText(struct TextPrinter *printer) return 3; } - struct UnkStruct_02002C14 *r5 = FUN_02002D94(subStruct->glyphId, currentChar); + struct UnkStruct_02002C14_sub *r5 = FUN_02002D94(subStruct->glyphId, currentChar); CopyGlyphToWindow(printer->printerTemplate.window, r5->buf, r5->width, |