Decompile func0f097df0

This commit is contained in:
Ryan Dwyer
2021-04-16 23:04:40 +10:00
parent 9bda9a992c
commit d3bb34150f
2 changed files with 42 additions and 45 deletions
+14 -1
View File
@@ -3038,10 +3038,23 @@ struct inventory_class {
};
struct inventory_typef {
// See related functions: func0f097f28 and func0f097df0
// unk00 - Some kind of condition field
// 0 = terminator
// 4 = if bit in hand->unk0639 (bit index specified via unk02)
// 5 = if in left hand
// 6 = if in right hand
u8 unk00;
u16 unk02;
// 0 = do true thing if condition passed
// 1 = do false thing if condition passed
// 3 = do true thing if condition passed, or false thing if condition failed
u8 unk04;
u16 unk06;
u16 partnum;
u16 unk08;
};