summaryrefslogtreecommitdiff
path: root/src/text.c
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2019-03-27 19:09:12 -0500
committerMarcus Huderle <huderlem@gmail.com>2019-03-27 19:09:12 -0500
commitaebc676913addd23a141b527b8d0b26fb5004189 (patch)
tree999739855e610056cc69a678fb4a127fba99ecc3 /src/text.c
parentaf1baa89f1c7f657eb096df5bf2677527301b5c4 (diff)
Decompile union_room_chat.c up to sub_801F5B8
Diffstat (limited to 'src/text.c')
-rw-r--r--src/text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.c b/src/text.c
index be4bf2697..39912b17d 100644
--- a/src/text.c
+++ b/src/text.c
@@ -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;