Merge pull request #1968 from Jaizu/patch-5

Missing constant
This commit is contained in:
GriffinR
2023-12-20 09:03:35 -05:00
committed by GitHub

View File

@@ -84,7 +84,7 @@ bool8 ShowPokenavFieldMessage(const u8 *str)
StringExpandPlaceholders(gStringVar4, str);
CreateTask(Task_HidePokenavMessageWhenDone, 0);
StartMatchCallFromScript(str);
sFieldMessageBoxMode = 2;
sFieldMessageBoxMode = FIELD_MESSAGE_BOX_NORMAL;
return TRUE;
}