implement and link both ac_tukumi_npc's

This commit is contained in:
Vi
2025-06-08 14:28:15 -05:00
parent 30501ebc48
commit eb3ce7a2e8
9 changed files with 594 additions and 2 deletions
+7
View File
@@ -3,13 +3,20 @@
#include "types.h"
#include "m_actor.h"
#include "ac_npc.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct tukimi_npc0_s TUKIMI_NPC0_ACTOR;
extern ACTOR_PROFILE Tukimi_Npc0_Profile;
/* sizeof(tukimi_npc0_s) == 0x994 */
struct tukimi_npc0_s {
/* 0x000 */ NPC_ACTOR npc_class;
};
#ifdef __cplusplus
}
#endif
+8
View File
@@ -3,13 +3,21 @@
#include "types.h"
#include "m_actor.h"
#include "ac_npc.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct tukimi_npc1_s TUKIMI_NPC1_ACTOR;
extern ACTOR_PROFILE Tukimi_Npc1_Profile;
/* sizeof(tukimi_npc1_s) == 0x998 */
struct tukimi_npc1_s {
/* 0x000 */ NPC_ACTOR npc_class;
/* 0x994 */ int npcIdx;
};
#ifdef __cplusplus
}
#endif