summaryrefslogtreecommitdiff
path: root/src/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.c')
-rw-r--r--src/text.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/text.c b/src/text.c
index 2d4d4a9b0..956ee9082 100644
--- a/src/text.c
+++ b/src/text.c
@@ -523,7 +523,7 @@ void TextPrinterClearDownArrow(struct TextPrinter *textPrinter)
bool8 TextPrinterWaitAutoMode(struct TextPrinter *textPrinter)
{
struct TextPrinterSubStruct *subStruct = &textPrinter->subUnion.sub;
- u8 delay = (gQuestLogState == 2) ? 50 : 120;
+ u8 delay = (gQuestLogState == QL_STATE_PLAYBACK) ? 50 : 120;
if (subStruct->autoScrollDelay == delay)
{
@@ -712,7 +712,7 @@ u16 RenderText(struct TextPrinter *textPrinter)
textPrinter->printerTemplate.currentChar++;
currChar |= *textPrinter->printerTemplate.currentChar << 8;
textPrinter->printerTemplate.currentChar++;
- if (gQuestLogState != 2 && gQuestLogState != 3)
+ if (!QL_IS_PLAYBACK_STATE)
PlayBGM(currChar);
return 2;
case 16: