summaryrefslogtreecommitdiff
path: root/include/scrcmd.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2021-08-17 12:05:25 -0400
committerGitHub <noreply@github.com>2021-08-17 12:05:25 -0400
commit270da8e97395d196f404479468ca323acf4d016f (patch)
tree6a1089e1ddb5656248820e4ba19b2e74490790df /include/scrcmd.h
parent168950d7e03129c23ddce331593823d1d48411cf (diff)
parent5b5d2638dc1ffe73295ce239185c3c652f9ab3d3 (diff)
Merge pull request #443 from red031000/master
start to split mod04
Diffstat (limited to 'include/scrcmd.h')
-rw-r--r--include/scrcmd.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/scrcmd.h b/include/scrcmd.h
index 8c89e230..7a0ab21e 100644
--- a/include/scrcmd.h
+++ b/include/scrcmd.h
@@ -15,6 +15,14 @@ struct UnkStruct_0203A288 {
u8 padding[1];
};
+typedef struct UnkStruct_0203B174
+{
+ BOOL Unk00;
+ u32 Unk04;
+ void *Unk08;
+ struct UnkSavStruct80 *Unk0C;
+} UnkStruct_0203B174;
+
//scrcmd.c
BOOL ScrCmd_Nop(struct ScriptContext* ctx);
BOOL ScrCmd_Dummy(struct ScriptContext* ctx);