Merge branch 'master' into doc-link

This commit is contained in:
GriffinR
2020-06-10 17:36:43 -04:00
committed by GitHub
22 changed files with 520 additions and 914 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;
}