diff options
author | Revo <projectrevotpp@hotmail.com> | 2021-07-22 18:20:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 18:20:43 -0400 |
commit | 02b617600e93c9bf01d9bd0b836c2768048807da (patch) | |
tree | 47febe26cb21da5fe67a21e6669a5af3106873f3 /include/scrcmd.h | |
parent | a90be187f047da58dd05fbd4322719856b94fc13 (diff) | |
parent | a440969d306d06d28a76712ecee3ed40cdeef24a (diff) |
Merge pull request #431 from red031000/master
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); |