Decompile more of instdll

This commit is contained in:
gamemasterplc 2024-03-15 15:09:13 -05:00
parent 2ecef59c15
commit 811466d79f
7 changed files with 639 additions and 274 deletions

View file

@ -14,9 +14,7 @@ typedef struct mg_info {
u32 data_dir;
u32 inst_pic[3];
u32 mg_pic[3];
u32 rules_mess;
u32 control_mess[2];
u32 advice_mess;
u32 inst_mess[4];
} MgInfo;
s32 omMgIndexGet(s16 overlay);