mirror of
https://github.com/zeldaret/tmc
synced 2026-08-13 20:24:59 -04:00
Decompile houseDoorExterior.c
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user