diff options
| author | notyouraveragehooman <65437533+notyouraveragehooman@users.noreply.github.com> | 2020-08-09 16:19:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-09 16:19:14 -0700 |
| commit | 001845ba3a226c33ceb7479c1cf8bc5fa182700a (patch) | |
| tree | d313765680f2b94719806d221bef34f5d74d01db /include | |
| parent | 72118a5ce9565791d15eae725185470e4a7b157b (diff) | |
| parent | 0934bc5301844a3fc95696d8d0e1c2899b8b74a9 (diff) | |
Merge pull request #50 from Ibot02:master
managerA.c ok
Diffstat (limited to 'include')
| -rw-r--r-- | include/manager.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/include/manager.h b/include/manager.h index 66b1c363..dfb5f1ff 100644 --- a/include/manager.h +++ b/include/manager.h @@ -4,6 +4,29 @@ #include "global.h" typedef struct { + u8 unk_00[0x0a]; + u8 unk_0a; + u8 unk_0b; + u8 unk_0c; + u8 unk_0d; + u8 unk_0e; + u8 unk_0f[0x11]; + u16 unk_20; + u16 unk_22; + u16 unk_24; + u16 unk_26; + u8 unk_28[0x0D]; + u8 unk_35; + u16 unk_36; + u8 unk_38; + u8 unk_39; + u8 unk_3a; + u8 unk_3b; + u16 unk_3c; + u16 unk_3e; +} Manager; + +typedef struct { u16 field_0x00; u16 field_0x02; u8 field_0x04; |
