diff options
author | Revo <projectrevotpp@hotmail.com> | 2021-05-22 19:33:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-22 19:33:17 -0400 |
commit | 121208bd6db271ae766a614da82fa00498bb7856 (patch) | |
tree | 7ab7010abde683379b2cb6e63ded0dbbf4ab4388 /include/scrcmd.h | |
parent | 1e7dcfbf615f387c3b4a8a7577ff36dd57922f60 (diff) | |
parent | 0d0f5b70b03e271d05cd30ccacddd55d75c4e530 (diff) |
Merge pull request #382 from PikalaxALT/pikalax_work
list_menu_items
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 226bbb8c..a1906e2d 100644 --- a/include/scrcmd.h +++ b/include/scrcmd.h @@ -161,6 +161,7 @@ BOOL ScrCmd_Unk0054(struct ScriptContext *ctx); BOOL FUN_02041464(struct ScriptContext *ctx); BOOL ScrCmd_Unk0055(struct ScriptContext* ctx); BOOL ScrCmd_Unk0056(struct ScriptContext* ctx); +BOOL ScrCmd_Unk0057(struct ScriptContext* ctx); BOOL ScrCmd_Unk0058(struct ScriptContext* ctx); BOOL ScrCmd_Unk0049(struct ScriptContext* ctx); BOOL ScrCmd_Unk004A(struct ScriptContext* ctx); |