diff options
author | tgsm <doodrabbit@hotmail.com> | 2021-05-07 13:32:25 -0400 |
---|---|---|
committer | tgsm <doodrabbit@hotmail.com> | 2021-05-07 13:32:25 -0400 |
commit | 5cdb95f4e0fb866fdbf219ab112d69be21c59a2e (patch) | |
tree | 17c2d01b2ba4939c6d42ddd07988113c1208076a /include/scrcmd.h | |
parent | 244d7c0ef36ca89f66007a3395209f6f542ea274 (diff) |
Decompile scrcmd_8
Diffstat (limited to 'include/scrcmd.h')
-rw-r--r-- | include/scrcmd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/scrcmd.h b/include/scrcmd.h index f895323f..86bb4f51 100644 --- a/include/scrcmd.h +++ b/include/scrcmd.h @@ -150,6 +150,9 @@ BOOL ScrCmd_Unk02CC(struct ScriptContext* ctx); BOOL ScrCmd_GetSealNamePlural(struct ScriptContext* ctx); BOOL ScrCmd_CapitalizeFirstChar(struct ScriptContext* ctx); +//scrcmd_8.c +BOOL ScrCmd_Unk021D(struct ScriptContext* ctx); + //scrcmd_11.c BOOL ScrCmd_Unk017D(struct ScriptContext* ctx); BOOL ScrCmd_Unk017E(struct ScriptContext* ctx); |