summaryrefslogtreecommitdiff
path: root/src/naming_screen.c
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-11-06 10:44:48 -0600
committerDiegoisawesome <diego@domoreaweso.me>2018-11-06 10:44:48 -0600
commit6d38431c330a79d97bfb72fdaaaa65901ce0fa64 (patch)
treef436e36b79d7efa7b39372251a73b5745f0b2278 /src/naming_screen.c
parent487a6c2b2c641a9b022ec47f809ac4a3e68f8ac7 (diff)
Begin cleaning text.c
Diffstat (limited to 'src/naming_screen.c')
-rw-r--r--src/naming_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/naming_screen.c b/src/naming_screen.c
index a67516602..ae7d677fe 100644
--- a/src/naming_screen.c
+++ b/src/naming_screen.c
@@ -558,7 +558,7 @@ static void DisplaySentToPCMessage(void)
StringExpandPlaceholders(gStringVar4, gUnknown_0858BDB8[stringToDisplay]);
NewMenuHelpers_DrawDialogueFrame(0, 0);
- gTextFlags.flag_0 = TRUE;
+ gTextFlags.canABSpeedUpPrint = TRUE;
AddTextPrinterParameterized2(0, 1, gStringVar4, GetPlayerTextSpeed(), 0, 2, 1, 3);
CopyWindowToVram(0, 3);
}