summaryrefslogtreecommitdiff
path: root/include/entity.h
diff options
context:
space:
mode:
authorBehemoth <Luisscheurenbrand@gmail.com>2020-08-29 18:01:35 +0200
committerBehemoth <Luisscheurenbrand@gmail.com>2020-08-29 18:01:35 +0200
commit6b8692d14f6f6fa46ef2cc33f06920f1d7faab84 (patch)
tree64f41a89b20a9a37f1e19b558468c1534beb184a /include/entity.h
parent9ad81a51d323e9149e1ffb092769befac3029fff (diff)
decompile doorMimic
Diffstat (limited to 'include/entity.h')
-rw-r--r--include/entity.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/entity.h b/include/entity.h
index 0304f396..fc09651d 100644
--- a/include/entity.h
+++ b/include/entity.h
@@ -19,10 +19,7 @@ typedef struct {
} EntityType;
typedef struct {
- u8 unknown[6];
- u8 field_0x6;
- u8 field_0x7;
- u8 unknown2[4];
+ u8 unknown[8];
} BoundingBox;
typedef struct Entity {