mirror of
https://github.com/zeldaret/tmc
synced 2026-09-01 09:52:51 -04:00
mineralWaterSource.c OK
Also modified entity.h to include BoundingBox
This commit is contained in:
+8
-1
@@ -17,6 +17,13 @@ typedef struct {
|
||||
u8 parameter;
|
||||
} EntityType;
|
||||
|
||||
typedef struct {
|
||||
u8 unknown[6];
|
||||
u8 field_0x6;
|
||||
u8 field_0x7;
|
||||
u8 unknown2[4];
|
||||
} BoundingBox;
|
||||
|
||||
union SplitWord {
|
||||
s32 WORD;
|
||||
struct {
|
||||
@@ -103,7 +110,7 @@ typedef struct Entity {
|
||||
u8 field_0x44;
|
||||
u8 currentHealth;
|
||||
s16 field_0x46;
|
||||
u32* boundingBox;
|
||||
BoundingBox* boundingBox;
|
||||
u8 field_0x4c;
|
||||
u8 field_0x4d;
|
||||
u8 field_0x4e;
|
||||
|
||||
Reference in New Issue
Block a user