diff options
| author | Henny022p <info@henny022.de> | 2025-03-02 17:36:29 +0000 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2025-03-09 18:57:54 +0000 |
| commit | 58c948b8c4734bd7735edf918cae0af39771647c (patch) | |
| tree | 2478f0e4f412849c8bea8e3b3a6cd07300c700e8 /include/object | |
| parent | cd2b8d4b531ee5b4b78d04964a3f895edc31db73 (diff) | |
name flag fields in structs
Diffstat (limited to 'include/object')
| -rw-r--r-- | include/object/itemOnGround.h | 2 | ||||
| -rw-r--r-- | include/object/pushableFurniture.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/object/itemOnGround.h b/include/object/itemOnGround.h index 47ab89a8..151dcc28 100644 --- a/include/object/itemOnGround.h +++ b/include/object/itemOnGround.h @@ -12,7 +12,7 @@ typedef struct { /*0x6c*/ u16 unk_6c; /*0x6e*/ u16 unk_6e; /*0x70*/ u8 unused2[22]; - /*0x86*/ u16 unk_86; + /*0x86*/ u16 flag; } ItemOnGroundEntity; #endif // ITEMONGROUND_H diff --git a/include/object/pushableFurniture.h b/include/object/pushableFurniture.h index db693183..c17ff6ce 100644 --- a/include/object/pushableFurniture.h +++ b/include/object/pushableFurniture.h @@ -19,7 +19,7 @@ typedef struct { /*0x82*/ u8 unk_82; /*0x83*/ u8 unk_83; /*0x84*/ u8 unk_84[0x2]; - /*0x86*/ u16 unk_86; + /*0x86*/ u16 flag; } PushableFurnitureEntity; #endif // PUSHABLEFURNITURE_H |
