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

@@ -1282,7 +1282,7 @@ bool8 ScrCmd_pokenavcall(struct ScriptContext *ctx)
if (msg == NULL)
msg = (const u8 *)ctx->data[0];
sub_8098238(msg);
ShowPokenavFieldMessage(msg);
return FALSE;
}