Merge branch 'master' into unk_text_util_2

This commit is contained in:
PikalaxALT
2017-10-02 22:09:29 -04:00
committed by GitHub
351 changed files with 35376 additions and 45563 deletions

View File

@@ -240,12 +240,11 @@ void RunTextPrinters(void)
}
}
bool8 IsTextPrinterActive(u8 id)
bool16 IsTextPrinterActive(u8 id)
{
return gTextPrinters[id].sub_union.sub.active;
}
u32 RenderFont(struct TextPrinter *textPrinter)
{
u32 ret;