Review changes for #225

This commit is contained in:
GriffinR
2020-01-15 19:26:47 -05:00
parent 153858af60
commit 884b46a5dc
3 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -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: