diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-07-07 11:39:34 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-07-07 11:39:34 -0500 |
commit | 6aa475c6310c609743a9a2005e7942050c396865 (patch) | |
tree | 18be7369829badfef35a6c337005e875049027e5 /include/sub_8095228.h | |
parent | f308c79eba1ba8e6bc2134529a2e4f4f21c9c2c2 (diff) |
Sese's vacation work
Diffstat (limited to 'include/sub_8095228.h')
-rw-r--r-- | include/sub_8095228.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/include/sub_8095228.h b/include/sub_8095228.h new file mode 100644 index 0000000..bb947c6 --- /dev/null +++ b/include/sub_8095228.h @@ -0,0 +1,21 @@ + +struct unkStruct_8095228 +{ + u8 unk0; + u8 unk1; + u8 unk2; + u8 unk3; + u8 unk4; + u8 padding[0x10 - 0x5]; + u32 unk10; + u8 padding2[0x20 - 0x14]; + struct ItemStruct_203B460 unk20; + u8 padding3[0x28 - 0x24]; + u32 unk28; + s8 unk2C; + u8 padding4[0x30 - 0x2D]; +}; + +extern struct unkStruct_8095228 *sub_8095228(u8); + + |