Skip to content

Commit

Permalink
Merge pull request rh-hideout#1968 from Jaizu/patch-5
Browse files Browse the repository at this point in the history
Missing constant
  • Loading branch information
GriffinRichards authored Dec 20, 2023
2 parents 0e10fc3 + 027dccf commit 6385f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/field_message_box.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 6385f04

Please sign in to comment.