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

Functions

static int daPasserMng_Execute (daPasserMng_c *i_this)
 
static int daPasserMng_IsDelete (daPasserMng_c *i_this)
 
static int daPasserMng_Delete (daPasserMng_c *i_this)
 
static int daPasserMng_Create (fopAc_ac_c *i_this)
 

Variables

static u8 const groupA [32]
 
static u8 const groupB [36]
 
static u8 const groupC [36]
 
static u8 const groupD [32]
 
static actor_method_class l_daPasserMng_Method
 
actor_process_profile_definition g_profile_PASSER_MNG
 

Function Documentation

◆ daPasserMng_Create()

static int daPasserMng_Create ( fopAc_ac_c * i_this)
static

◆ daPasserMng_Delete()

static int daPasserMng_Delete ( daPasserMng_c * i_this)
static

◆ daPasserMng_Execute()

static int daPasserMng_Execute ( daPasserMng_c * i_this)
static

◆ daPasserMng_IsDelete()

static int daPasserMng_IsDelete ( daPasserMng_c * i_this)
static

Variable Documentation

◆ g_profile_PASSER_MNG

actor_process_profile_definition g_profile_PASSER_MNG
extern
Initial value:
= {
7,
sizeof(daPasserMng_c),
0,
0,
405,
0x00040100,
}
Hylian Passerby Manager?
Definition d_a_passer_mng.h:18
static actor_method_class l_daPasserMng_Method
Definition d_a_passer_mng.cpp:597
@ PROC_PASSER_MNG
Definition d_procname.h:663
actor_method_class g_fopAc_Method
@ fopAc_CULLBOX_0_e
Definition f_op_actor.h:53
@ fopAc_ACTOR_e
Definition f_op_actor.h:38
@ 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

◆ groupA

u8 const groupA[32]
static
Initial value:
= {
0x07, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x04, 0x50, 0x00, 0x00, 0x06, 0x01, 0x00, 0x00, 0x07,
0x01, 0x00, 0x00, 0x05, 0x01, 0x00, 0x00, 0x1B, 0x01, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x1D,
}

◆ groupB

u8 const groupB[36]
static
Initial value:
= {
0x08, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x10, 0x10, 0x00, 0x00, 0x11,
0x11, 0x00, 0x00, 0x12, 0x10, 0x00, 0x00, 0x13, 0x40, 0x00, 0x00, 0x09,
0x40, 0x00, 0x00, 0x08, 0x50, 0x00, 0x00, 0x0A, 0x01, 0x00, 0x00, 0x0B,
}

◆ groupC

u8 const groupC[36]
static
Initial value:
= {
0x08, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x01,
0x50, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0x03, 0x21, 0x00, 0x00, 0x17,
0x10, 0x00, 0x00, 0x18, 0x01, 0x00, 0x00, 0x19, 0x10, 0x00, 0x00, 0x1A,
}

◆ groupD

u8 const groupD[32]
static
Initial value:
= {
0x07, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x14, 0x21, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00, 0x16,
0x11, 0x00, 0x00, 0x0C, 0x50, 0x00, 0x00, 0x0E, 0x40, 0x00, 0x00, 0x0F, 0x01, 0x00, 0x00, 0x0D,
}

◆ l_daPasserMng_Method

actor_method_class l_daPasserMng_Method
static
Initial value:
= {
}
static int daPasserMng_IsDelete(daPasserMng_c *i_this)
Definition d_a_passer_mng.cpp:499
static int daPasserMng_Delete(daPasserMng_c *i_this)
Definition d_a_passer_mng.cpp:503
static int daPasserMng_Create(fopAc_ac_c *i_this)
Definition d_a_passer_mng.cpp:509
static int daPasserMng_Execute(daPasserMng_c *i_this)
Definition d_a_passer_mng.cpp:13
int(* process_method_func)(void *)
Definition f_pc_method.h:7