Fix Extra task->tState++ and break in Task_DrawFieldMessageBox (#6261)

This commit is contained in:
Deokishisu 2025-02-14 04:11:37 -05:00 committed by GitHub
parent 264e72c1a1
commit 6d6b0f6c3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,8 +38,6 @@ static void Task_DrawFieldMessage(u8 taskId)
LoadMessageBoxAndBorderGfx();
task->tState++;
break;
task->tState++;
break;
case 1:
DrawDialogueFrame(0, TRUE);
task->tState++;