diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-05-07 21:43:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 21:43:27 +0100 |
commit | c50275c6db34a3f5142330cbbfd3f1e3dac51c2d (patch) | |
tree | 17c2d01b2ba4939c6d42ddd07988113c1208076a /include/scrcmd.h | |
parent | 244d7c0ef36ca89f66007a3395209f6f542ea274 (diff) | |
parent | 5cdb95f4e0fb866fdbf219ab112d69be21c59a2e (diff) |
Merge pull request #372 from tgsm/scrcmd_8
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); |