Document field_message_box.c

This commit is contained in:
GriffinR
2020-06-03 18:25:16 -04:00
committed by huderlem
parent 83336585e2
commit aaf5d91c18
8 changed files with 69 additions and 60 deletions

View File

@@ -1098,7 +1098,7 @@ bool32 TryStartMatchCall(void)
return FALSE;
}
void StartMatchCallFromScript(u8 *message)
void StartMatchCallFromScript(const u8 *message)
{
gMatchCallState.triggeredFromScript = 1;
StartMatchCall();