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

Enumerations

enum  { ACT_WAIT_EVENT , ACT_EVENT , ACT_DEAD }
 
enum  { DEMO_ACT_WAIT , DEMO_ACT_ADJUSTMENT , DEMO_ACT_UNLOCK , DEMO_ACT_OPEN }
 
enum  { AREA_CHECK_PLAYER = 1 , AREA_CHECK_COACH , AREA_CHECK_HORSE }
 

Functions

static voidsearch_coach (void *i_actor, void *i_data)
 
static int daObjKGate_create1st (daObjKGate_c *i_this)
 
static int daObjKGate_MoveBGDelete (daObjKGate_c *i_this)
 
static int daObjKGate_MoveBGExecute (daObjKGate_c *i_this)
 
static int daObjKGate_MoveBGDraw (daObjKGate_c *i_this)
 

Variables

static int const l_gateBmdIdx [] = {5, 4, 5}
 
static int const l_gateKeyIdx [] = {7, -1, 7}
 
static int const l_gateHookIdx [] = {6, -1, 6}
 
static int const l_gateDzbIdx [] = {10, 7, 10}
 
static u32 const l_gate_heap [] = {0x1940, 0x1940, 0x1940}
 
static u32 const l_key_heap [] = {0x1000, 0x1000, 0x1000}
 
static Vec const l_cull_box []
 
static const dCcD_SrcCyl l_cyl_src
 
static u8 cNullVec__6Z2Calc [12]
 
static u32 lit_1787 [1+4]
 
static charl_arcName []
 
static actor_method_class daObjKGate_METHODS
 
actor_process_profile_definition g_profile_Obj_KkrGate
 

Enumeration Type Documentation

◆ anonymous enum

d_a_obj_kgate.cpp

Enumerator
ACT_WAIT_EVENT 
ACT_EVENT 
ACT_DEAD 

◆ anonymous enum

Enumerator
DEMO_ACT_WAIT 
DEMO_ACT_ADJUSTMENT 
DEMO_ACT_UNLOCK 
DEMO_ACT_OPEN 

◆ anonymous enum

Enumerator
AREA_CHECK_PLAYER 
AREA_CHECK_COACH 
AREA_CHECK_HORSE 

Function Documentation

◆ daObjKGate_create1st()

static int daObjKGate_create1st ( daObjKGate_c i_this)
static

◆ daObjKGate_MoveBGDelete()

static int daObjKGate_MoveBGDelete ( daObjKGate_c i_this)
static

◆ daObjKGate_MoveBGDraw()

static int daObjKGate_MoveBGDraw ( daObjKGate_c i_this)
static

◆ daObjKGate_MoveBGExecute()

static int daObjKGate_MoveBGExecute ( daObjKGate_c i_this)
static

◆ search_coach()

static void * search_coach ( void i_actor,
void i_data 
)
static

Variable Documentation

◆ cNullVec__6Z2Calc

u8 cNullVec__6Z2Calc[12]
static
Initial value:
= {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
}

◆ daObjKGate_METHODS

actor_method_class daObjKGate_METHODS
static
Initial value:
= {
}
T cLib_calcTimer(T *value)
Definition c_lib.h:74
static int daObjKGate_MoveBGExecute(daObjKGate_c *i_this)
Definition d_a_obj_kgate.cpp:1034
static int daObjKGate_MoveBGDraw(daObjKGate_c *i_this)
Definition d_a_obj_kgate.cpp:1039
static int daObjKGate_create1st(daObjKGate_c *i_this)
Definition d_a_obj_kgate.cpp:1022
static int daObjKGate_MoveBGDelete(daObjKGate_c *i_this)
Definition d_a_obj_kgate.cpp:1028
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ g_profile_Obj_KkrGate

actor_process_profile_definition g_profile_Obj_KkrGate
extern
Initial value:
= {
3,
sizeof(daObjKGate_c),
0,
0,
599,
0x40100,
}
Coro Gate.
Definition d_a_obj_kgate.h:16
void * g_fopAc_Method[8]
void * g_fpcLf_Method[5+1]
Definition f_pc_leaf.cpp:65
static actor_method_class daObjKGate_METHODS
Definition d_a_obj_kgate.cpp:1044
@ PROC_Obj_KkrGate
Definition d_procname.h:133
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:67
@ fopAc_ACTOR_e
Definition f_op_actor.h:38
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8

◆ l_arcName

char* l_arcName[]
static
Initial value:
= {
"D_Kgate00",
"D_Kgate01",
"M_RGate00",
}

◆ l_cull_box

Vec const l_cull_box[]
static
Initial value:
= {
{-300.0f, 0.0f, -350.0f},
{300.0f, 450.0f, 350.0f},
}

◆ l_cyl_src

const dCcD_SrcCyl l_cyl_src
static
Initial value:
= {
{
{0x0, {{0x0, 0x0, 0x1e}, {0x20, 0x11}, 0x78}},
{dCcD_SE_NONE, 0x0, 0x0, 0x0, 0x0},
{dCcD_SE_NONE, 0x0, 0x0, 0x0, 0x6},
{0x0},
},
{
{0.0f, 0.0f, 0.0f},
40.0f,
350.0f
}
}
@ dCcD_SE_NONE
Definition d_cc_d.h:13

◆ l_gate_heap

u32 const l_gate_heap[] = {0x1940, 0x1940, 0x1940}
static

◆ l_gateBmdIdx

int const l_gateBmdIdx[] = {5, 4, 5}
static

◆ l_gateDzbIdx

int const l_gateDzbIdx[] = {10, 7, 10}
static

◆ l_gateHookIdx

int const l_gateHookIdx[] = {6, -1, 6}
static

◆ l_gateKeyIdx

int const l_gateKeyIdx[] = {7, -1, 7}
static

◆ l_key_heap

u32 const l_key_heap[] = {0x1000, 0x1000, 0x1000}
static

◆ lit_1787

u32 lit_1787[1+4]
static
Initial value:
= {
0x02000201,
0x40080000,
0x00000000,
0x3FE00000,
0x00000000,
}