mirror of
https://github.com/zeldaret/tmc
synced 2026-09-07 19:30:27 -04:00
begin arm_proxy.c
This commit is contained in:
+15
-1
@@ -19,9 +19,23 @@ typedef struct {
|
||||
} EntityType;
|
||||
|
||||
typedef struct {
|
||||
u8 unknown[8];
|
||||
s8 offset_x;
|
||||
s8 offset_y;
|
||||
u8 unk2[4];
|
||||
u8 width;
|
||||
u8 height;
|
||||
} BoundingBox;
|
||||
|
||||
typedef struct {
|
||||
s8 offset_x;
|
||||
s8 offset_y;
|
||||
u8 unknown[4];
|
||||
u8 width;
|
||||
u8 height;
|
||||
u8 depth;
|
||||
u8 unknown2[3];
|
||||
} BoundingBox3D;
|
||||
|
||||
typedef struct Entity {
|
||||
/*0x00*/ struct Entity* prev;
|
||||
/*0x04*/ struct Entity* next;
|
||||
|
||||
Reference in New Issue
Block a user