diff options
Diffstat (limited to 'src/text.c')
-rw-r--r-- | src/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.c b/src/text.c index 0473b2b23..83f089c12 100644 --- a/src/text.c +++ b/src/text.c @@ -716,7 +716,7 @@ u16 RenderText(struct TextPrinter *textPrinter) textPrinter->printerTemplate.currentChar++; currChar |= *textPrinter->printerTemplate.currentChar << 8; textPrinter->printerTemplate.currentChar++; - if ((u8)(gQuestLogState - 2u) > 1) + if (gQuestLogState != 2 && gQuestLogState != 3) PlayBGM(currChar); return 2; case 16: |