begin arm_proxy.c

This commit is contained in:
theo3
2021-02-19 00:47:22 -08:00
parent 71ae3b07ea
commit ce06f7dbb7
33 changed files with 1438 additions and 1457 deletions
+15 -1
View File
@@ -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;