diff options
author | red031000 <rubenru09@aol.com> | 2021-03-13 20:58:02 +0000 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2021-03-13 20:58:02 +0000 |
commit | bee5e11870b47027235c63794f20dc4cccaac92e (patch) | |
tree | 6f057e7d84596af437e48ae028bcd314baf1d5e7 /include/scrcmd.h | |
parent | 8007ef119665c3ce8e17a69d2230df3cfb6c6f10 (diff) |
more
Diffstat (limited to 'include/scrcmd.h')
-rw-r--r-- | include/scrcmd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/scrcmd.h b/include/scrcmd.h index a8c7ee4f..ece18d9a 100644 --- a/include/scrcmd.h +++ b/include/scrcmd.h @@ -50,6 +50,10 @@ BOOL ScrCmd_SetVar(struct ScriptContext* ctx); BOOL ScrCmd_CopyVar(struct ScriptContext* ctx); BOOL ScrCmd_SetOrCopyVar(struct ScriptContext* ctx); BOOL ScrCmd_Message(struct ScriptContext* ctx); +BOOL ScrCmd_MessageFrom(struct ScriptContext* ctx); +BOOL ScrCmd_MessageFrom2(struct ScriptContext* ctx); +BOOL ScrCmd_Unk01FC(struct ScriptContext* ctx); +BOOL ScrCmd_Unk01FD(struct ScriptContext* ctx); //scrcmd_18.c BOOL ScrCmd_GiveMon(struct ScriptContext* ctx); |