Decompile houseDoorExterior.c

This commit is contained in:
Marcus Huderle
2020-08-04 19:32:04 -05:00
parent 765047808c
commit a155f25720
5 changed files with 191 additions and 420 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ typedef struct {
} BoundingBox;
typedef struct Entity {
/*0x00*/ u32* field_0x0;
/*0x00*/ u16 unk0;
/*0x02*/ u8 filler2[0x2];
/*0x04*/ struct Entity* field_0x4;
/*0x08*/ EntityType entityType;
/*0x0c*/ u8 action;
+1
View File
@@ -204,4 +204,5 @@ extern u32 sub_0800445C(Entity*);
extern void sub_0807A108(void);
extern void sub_0801766C(Entity*);
extern void sub_08004168(Entity*);
extern void ExecuteScriptCommandSet(Entity*, void *);
#endif