Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_e_dk.cpp File Reference

Enumerations

enum  E_DK_RES_FILE_ID {
  BCK_DK_ATTACK = 6 , BCK_DK_CHARGE , BCK_DK_C_ATTACK , BCK_DK_C_CHARGE ,
  BCK_DK_C_DEAD , BCK_DK_C_GUARD , BCK_DK_C_WAIT , BCK_DK_GUARD ,
  BCK_DK_SHELLDEAD , BCK_DK_WAIT , BMDR_DK = 0x12 , BMDR_DK_CORE ,
  BRK_DK_ATTACK = 0x16 , BRK_DK_WAIT , BTK_DK_ATTACK = 0x1A , BTK_DK_WAIT
}
 

Functions

static int daE_DK_Draw (daE_DK_c *i_this)
 
static int daE_DK_Execute (daE_DK_c *i_this)
 
static int daE_DK_IsDelete (daE_DK_c *i_this)
 
static int daE_DK_Delete (daE_DK_c *i_this)
 
static int useHeapInit (fopAc_ac_c *i_this)
 
static int daE_DK_Create (daE_DK_c *i_this)
 

Variables

static dCcD_SrcSph cc_dk_src
 
static dCcD_SrcSph cc_dk_at_src
 
static dCcD_SrcSph cc_dk_core_src
 
static u32 const dk_brk_name [2] = { BRK_DK_WAIT, BRK_DK_ATTACK }
 
static u32 const dk_btk_name [2] = { BTK_DK_WAIT, BTK_DK_ATTACK }
 
static u8 data_806AD7F8
 
static daE_DK_HIO_c l_HIO
 
static actor_method_class l_daE_DK_Method
 
actor_process_profile_definition g_profile_E_DK
 

Enumeration Type Documentation

◆ E_DK_RES_FILE_ID

Enumerator
BCK_DK_ATTACK 
BCK_DK_CHARGE 
BCK_DK_C_ATTACK 
BCK_DK_C_CHARGE 
BCK_DK_C_DEAD 
BCK_DK_C_GUARD 
BCK_DK_C_WAIT 
BCK_DK_GUARD 
BCK_DK_SHELLDEAD 
BCK_DK_WAIT 
BMDR_DK 
BMDR_DK_CORE 
BRK_DK_ATTACK 
BRK_DK_WAIT 
BTK_DK_ATTACK 
BTK_DK_WAIT 

Function Documentation

◆ daE_DK_Create()

static int daE_DK_Create ( daE_DK_c * i_this)
static

◆ daE_DK_Delete()

static int daE_DK_Delete ( daE_DK_c * i_this)
static

◆ daE_DK_Draw()

static int daE_DK_Draw ( daE_DK_c * i_this)
static

◆ daE_DK_Execute()

static int daE_DK_Execute ( daE_DK_c * i_this)
static

◆ daE_DK_IsDelete()

static int daE_DK_IsDelete ( daE_DK_c * i_this)
static

◆ useHeapInit()

static int useHeapInit ( fopAc_ac_c * i_this)
static

Variable Documentation

◆ cc_dk_at_src

dCcD_SrcSph cc_dk_at_src
static
Initial value:
= {
{
{ 0x0, { { 0x400, 2, { 0xc } }, { 0, { 0 } }, { { 0 } } } },
{ 0x09, 0, 0, 0, { 0 } },
{ 0x00, 0x00, 0x00, 0x00, { 2 } },
{ { 0 } },
},
{ { { 0.0f, 0.0f, 0.0f }, 40.0f, } }
}

◆ cc_dk_core_src

dCcD_SrcSph cc_dk_core_src
static
Initial value:
= {
{
{ 0x0, { { 0, 0, { 0 } }, { 0x4020, { 3 } }, { { 0 } } } },
{ 0x09, 0, 0, 0, { 0 } },
{ 0x00, 0x00, 0x00, 0x00, { 2 } },
{ { 0 } },
},
{ { { 0.0f, 0.0f, 0.0f }, 40.0f, } }
}

◆ cc_dk_src

dCcD_SrcSph cc_dk_src
static
Initial value:
= {
{
{ 0x0, { { 0, 0, { 0 } }, { (s32)0xd8fbbddf, { 3 } }, { { 0x75 } } } },
{ 0x09, 0, 0, 0, { 0 } },
{ 0x00, 0x00, 0x00, 0x00, { 5 } },
{ { 0 } },
},
{ { { 0.0f, 0.0f, 0.0f }, 40.0f, } }
}
signed long s32
Definition types.h:11

◆ data_806AD7F8

u8 data_806AD7F8
static

◆ dk_brk_name

u32 const dk_brk_name[2] = { BRK_DK_WAIT, BRK_DK_ATTACK }
static

◆ dk_btk_name

u32 const dk_btk_name[2] = { BTK_DK_WAIT, BTK_DK_ATTACK }
static

◆ g_profile_E_DK

actor_process_profile_definition g_profile_E_DK
extern
Initial value:
= {
7,
sizeof(daE_DK_c),
0,
0,
755,
0x000C0100,
}
Bari.
Definition d_a_e_dk.h:19
static actor_method_class l_daE_DK_Method
Definition d_a_e_dk.cpp:1075
@ PROC_E_DK
Definition d_procname.h:528
actor_method_class g_fopAc_Method
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:70
@ fopAc_ENEMY_e
Definition f_op_actor.h:40
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
leafdraw_method_class g_fpcLf_Method
Definition f_pc_leaf.cpp:63
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8
leafdraw_method_class base
Definition f_op_actor.h:9
process_method_class base
Definition f_pc_leaf.h:12

◆ l_daE_DK_Method

actor_method_class l_daE_DK_Method
static
Initial value:
= {
}
static int daE_DK_Draw(daE_DK_c *i_this)
Definition d_a_e_dk.cpp:155
static int daE_DK_Delete(daE_DK_c *i_this)
Definition d_a_e_dk.cpp:933
static int daE_DK_Create(daE_DK_c *i_this)
Definition d_a_e_dk.cpp:1071
static int daE_DK_Execute(daE_DK_c *i_this)
Definition d_a_e_dk.cpp:910
static int daE_DK_IsDelete(daE_DK_c *i_this)
Definition d_a_e_dk.cpp:914
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_HIO

daE_DK_HIO_c l_HIO
static