Cleanup ac_ev_majin

This commit is contained in:
Cuyler36
2025-03-25 17:35:22 -04:00
parent 479ed07308
commit 998914477d
4 changed files with 141 additions and 116 deletions
+8 -5
View File
@@ -9,11 +9,15 @@
extern "C" {
#endif
typedef struct actor_ev_majin_actor_s{
typedef struct ev_majin_actor_s EV_MAJIN_ACTOR;
typedef void (*aEMJ_PROC)(EV_MAJIN_ACTOR* majin, GAME_PLAY* play);
struct ev_majin_actor_s {
NPC_ACTOR npc_class;
int unk994;
aNPC_SUB_PROC think_proc;
}EV_NPCMAJIN_ACTOR;
int action;
aEMJ_PROC act_proc;
};
extern ACTOR_PROFILE Ev_Majin_Profile;
@@ -22,4 +26,3 @@ extern ACTOR_PROFILE Ev_Majin_Profile;
#endif
#endif
-5
View File
@@ -954,11 +954,6 @@ struct npc_actor_s {
int _990;
};
typedef struct npc_destruct_table_proc {
aNPC_SUB_PROC unk0;
aNPC_SUB_PROC unk4;
} NPC_DT_PROCS;
typedef struct {
aNPC_se_data_c* lfoot_data;
aNPC_se_data_c* rfoot_data;