diff options
author | red031000 <rubenru09@aol.com> | 2021-07-10 00:27:00 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2021-07-10 00:28:06 +0100 |
commit | 4fdd2c80ef990a4657c90db44349f0cebd2025af (patch) | |
tree | f737aaff0cee84f8f26c72543c90a66ffb9dff25 /include/scrcmd.h | |
parent | f7c8156c5bbcff485a212e39c57802fb98bdcd00 (diff) |
some more scrcmd decomp
Diffstat (limited to 'include/scrcmd.h')
-rw-r--r-- | include/scrcmd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/scrcmd.h b/include/scrcmd.h index 826b74d3..5e28a4d0 100644 --- a/include/scrcmd.h +++ b/include/scrcmd.h @@ -106,6 +106,8 @@ BOOL ScrCmd_Unk0048(struct ScriptContext *ctx); BOOL ScrCmd_Unk02CF(struct ScriptContext *ctx); BOOL ScrCmd_Unk02D0(struct ScriptContext *ctx); BOOL ScrCmd_Unk005E(struct ScriptContext *ctx); +BOOL ScrCmd_Unk02A1(struct ScriptContext *ctx); +BOOL ScrCmd_WaitForMovement(struct ScriptContext *ctx); // scrcmd_mart.c BOOL ScrCmd_NormalMart(struct ScriptContext * ctx); |