diff options
author | red031000 <rubenru09@aol.com> | 2021-08-16 14:51:17 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2021-08-16 14:51:17 +0100 |
commit | 496ab2d25dd76329ef5bb95090291e237a56f474 (patch) | |
tree | 2f3691e35912629516b8576751a40f28f73b0d74 /include/scrcmd.h | |
parent | d3a9506d773546cf353440448cee7fd9d447bc1d (diff) |
literally one single random scrcmd func in a mod04 PR
Diffstat (limited to 'include/scrcmd.h')
-rw-r--r-- | include/scrcmd.h | 8 |
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); |