egg hatch almost decompiled

This commit is contained in:
DizzyEggg
2017-09-18 23:48:47 +02:00
parent c253bf5e75
commit 2e7127284f
15 changed files with 381 additions and 1066 deletions

View File

@@ -244,12 +244,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;