summaryrefslogtreecommitdiff
path: root/include/scrcmd.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-05-26 18:39:41 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-05-26 18:39:41 -0400
commit52cafb3668633e3c41ab3e69d47848cacb911e1c (patch)
tree9f84547a65bac749081167f5ebc6b032dc87766f /include/scrcmd.h
parent059a3d1496fc192b35e3a6779195d28ad35cc499 (diff)
Finish decomping scrcmd_mart.c
Diffstat (limited to 'include/scrcmd.h')
-rw-r--r--include/scrcmd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/scrcmd.h b/include/scrcmd.h
index a1906e2d..13306ed1 100644
--- a/include/scrcmd.h
+++ b/include/scrcmd.h
@@ -107,6 +107,13 @@ BOOL ScrCmd_Unk02CF(struct ScriptContext *ctx);
BOOL ScrCmd_Unk02D0(struct ScriptContext *ctx);
BOOL ScrCmd_Unk005E(struct ScriptContext *ctx);
+// scrcmd_mart.c
+BOOL ScrCmd_NormalMart(struct ScriptContext * ctx);
+BOOL ScrCmd_SpecialMart(struct ScriptContext * ctx);
+BOOL ScrCmd_GoodsMart(struct ScriptContext * ctx);
+BOOL ScrCmd_SealsMart(struct ScriptContext * ctx);
+BOOL ScrCmd_AccessoriesShop(struct ScriptContext * ctx);
+
//scrcmd_4.c
BOOL ScrCmd_GetPlayerName(struct ScriptContext* ctx);
BOOL ScrCmd_GetRivalName(struct ScriptContext* ctx);