Files
tww/src/d/actor/d_a_ki.cpp
T
2024-04-22 13:20:05 -04:00

144 lines
3.6 KiB
C++

/**
* d_a_ki.cpp
* Enemy - Keese
*/
#include "d/actor/d_a_ki.h"
#include "m_Do/m_Do_ext.h"
#include "d/d_procname.h"
/* 000000EC-000001B4 .text nodeCallBack__FP7J3DNodei */
static BOOL nodeCallBack(J3DNode*, int) {
/* Nonmatching */
}
/* 000001B4-0000023C .text ki_a_d_sub__FPvPv */
void ki_a_d_sub(void*, void*) {
/* Nonmatching */
}
/* 0000023C-0000027C .text ki_check__FP8ki_class */
void ki_check(ki_class*) {
/* Nonmatching */
}
/* 0000027C-000003A4 .text anm_init__FP8ki_classifUcfi */
void anm_init(ki_class*, int, float, unsigned char, float, int) {
/* Nonmatching */
}
/* 000003A4-00000478 .text tex_anm_set__FP8ki_classUs */
void tex_anm_set(ki_class*, unsigned short) {
/* Nonmatching */
}
/* 00000478-000004C4 .text ki_eye_tex_anm__FP8ki_class */
void ki_eye_tex_anm(ki_class*) {
/* Nonmatching */
}
/* 000004C4-00000820 .text ki_player_bg_check__FP8ki_class */
void ki_player_bg_check(ki_class*) {
/* Nonmatching */
}
/* 00000C58-00000F04 .text daKi_Draw__FP8ki_class */
static BOOL daKi_Draw(ki_class*) {
/* Nonmatching */
}
/* 00000F04-00001118 .text ki_pos_move__FP8ki_classSc */
void ki_pos_move(ki_class*, signed char) {
/* Nonmatching */
}
/* 00001118-0000171C .text ki_wait_move__FP8ki_class */
void ki_wait_move(ki_class*) {
/* Nonmatching */
}
/* 0000171C-00001A34 .text ki_fly_move__FP8ki_class */
void ki_fly_move(ki_class*) {
/* Nonmatching */
}
/* 00001A34-00001D84 .text ki_fire_set_move__FP8ki_class */
void ki_fire_set_move(ki_class*) {
/* Nonmatching */
}
/* 00001D84-00002A18 .text ki_atack_move__FP8ki_class */
void ki_atack_move(ki_class*) {
/* Nonmatching */
}
/* 00002A18-00002E28 .text wall_angle_get__FP8ki_class */
void wall_angle_get(ki_class*) {
/* Nonmatching */
}
/* 00002E28-00003114 .text ki_damage_move__FP8ki_class */
void ki_damage_move(ki_class*) {
/* Nonmatching */
}
/* 00003114-00003278 .text ki_fail_move__FP8ki_class */
void ki_fail_move(ki_class*) {
/* Nonmatching */
}
/* 00003278-000035D0 .text ki_path_move__FP8ki_class */
void ki_path_move(ki_class*) {
/* Nonmatching */
}
/* 000035D0-00003E04 .text daKi_Execute__FP8ki_class */
static BOOL daKi_Execute(ki_class*) {
/* Nonmatching */
}
/* 00003E04-00003E0C .text daKi_IsDelete__FP8ki_class */
static BOOL daKi_IsDelete(ki_class*) {
/* Nonmatching */
}
/* 00003E0C-00003EB8 .text daKi_Delete__FP8ki_class */
static BOOL daKi_Delete(ki_class*) {
/* Nonmatching */
}
/* 00003EB8-000042B8 .text useHeapInit__FP10fopAc_ac_c */
static BOOL useHeapInit(fopAc_ac_c*) {
/* Nonmatching */
}
/* 00004364-000046F4 .text daKi_Create__FP10fopAc_ac_c */
static s32 daKi_Create(fopAc_ac_c*) {
/* Nonmatching */
}
static actor_method_class l_daKi_Method = {
(process_method_func)daKi_Create,
(process_method_func)daKi_Delete,
(process_method_func)daKi_Execute,
(process_method_func)daKi_IsDelete,
(process_method_func)daKi_Draw,
};
actor_process_profile_definition g_profile_KI = {
/* LayerID */ fpcLy_CURRENT_e,
/* ListID */ 0x0007,
/* ListPrio */ fpcPi_CURRENT_e,
/* ProcName */ PROC_KI,
/* Proc SubMtd */ &g_fpcLf_Method.base,
/* Size */ sizeof(ki_class),
/* SizeOther */ 0,
/* Parameters */ 0,
/* Leaf SubMtd */ &g_fopAc_Method.base,
/* Priority */ 0x00CA,
/* Actor SubMtd */ &l_daKi_Method,
/* Status */ fopAcStts_CULL_e | fopAcStts_UNK40000_e,
/* Group */ fopAc_ENEMY_e,
/* CullType */ fopAc_CULLBOX_0_e,
};