link enginner and majin

This commit is contained in:
Prakxo
2024-01-05 15:20:07 +01:00
parent f2637656ee
commit ca63c36bb4
8 changed files with 346 additions and 2 deletions
+8 -1
View File
@@ -136,7 +136,9 @@ typedef struct npc_info_s {
/* TODO: draw data */
typedef struct npc_draw_info_s {
/* 0x000 */ u8 _000[0x20 - 0];
/* 0x000 */ int _00;
/* 0x004 */ int _04;
/* 0x008 */ u8 _000[0x20 - 8];
/* 0x020 */ f32 _20;
/* 0x024 */ f32 _24;
/* 0x024 */ u8 _028[0x534 - 0x028];
@@ -421,6 +423,11 @@ typedef struct npc_control_actor_s {
u8 _8F4[0x9D8 - 0x8F4]; // TODO
} NPC_CONTROL_ACTOR;
typedef struct npc_destruct_table_proc{
aNPC_SUB_PROC unk0;
aNPC_SUB_PROC unk4;
}NPC_DT_PROCS;
extern ACTOR_PROFILE Npc_Profile;
#ifdef __cplusplus