diff options
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); + + |