diff options
author | red031000 <rubenru09@aol.com> | 2021-03-18 16:00:46 +0000 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2021-03-18 16:00:46 +0000 |
commit | 777bb376069caa8ef66a7ac753d9d2d0250af052 (patch) | |
tree | 286c31e40390a7fbbd310d2d7754d4d92575c4e3 /include/scrcmd.h | |
parent | 8b699fd13008875cf59601d6a8c9d55bd3f8ae08 (diff) |
fix main scrcmd struct
Diffstat (limited to 'include/scrcmd.h')
-rw-r--r-- | include/scrcmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scrcmd.h b/include/scrcmd.h index ece18d9a..16a58556 100644 --- a/include/scrcmd.h +++ b/include/scrcmd.h @@ -54,6 +54,7 @@ BOOL ScrCmd_MessageFrom(struct ScriptContext* ctx); BOOL ScrCmd_MessageFrom2(struct ScriptContext* ctx); BOOL ScrCmd_Unk01FC(struct ScriptContext* ctx); BOOL ScrCmd_Unk01FD(struct ScriptContext* ctx); +BOOL ScrCmd_Unk01FE(struct ScriptContext* ctx); //scrcmd_18.c BOOL ScrCmd_GiveMon(struct ScriptContext* ctx); |