Decompile union_room_chat.c up to sub_801F5B8

This commit is contained in:
Marcus Huderle
2019-03-27 19:09:12 -05:00
parent af1baa89f1
commit aebc676913
8 changed files with 399 additions and 749 deletions

View File

@@ -1601,7 +1601,7 @@ u16 RenderText(struct TextPrinter *textPrinter)
textPrinter->printerTemplate.currentX = *textPrinter->printerTemplate.currentChar + textPrinter->printerTemplate.x;
textPrinter->printerTemplate.currentChar++;
return 2;
case 19:
case EXT_CTRL_CODE_CLEAR_TO:
{
widthHelper = *textPrinter->printerTemplate.currentChar;
widthHelper += textPrinter->printerTemplate.x;