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

Functions

static int daObj_YBag_Create (void *i_this)
 
static int daObj_YBag_Delete (void *i_this)
 
static int daObj_YBag_Execute (void *i_this)
 
static int daObj_YBag_Draw (void *i_this)
 
static int daObj_YBag_IsDelete (void *i_this)
 

Variables

static int l_bmdGetParamList [2]
 
static int l_loadRes_YBAG0 [3]
 
static int * l_loadRes_list [2]
 
static char * l_resNames [] = {"yel_bag"}
 
static u16 emttrId [4]
 
static daObj_YBag_Param_c l_HIO
 
static actor_method_class daObj_YBag_MethodTable
 
actor_process_profile_definition g_profile_OBJ_YBAG
 
 AUDIO_INSTANCES
 

Function Documentation

◆ daObj_YBag_Create()

static int daObj_YBag_Create ( void * i_this)
static

◆ daObj_YBag_Delete()

static int daObj_YBag_Delete ( void * i_this)
static

◆ daObj_YBag_Draw()

static int daObj_YBag_Draw ( void * i_this)
static

◆ daObj_YBag_Execute()

static int daObj_YBag_Execute ( void * i_this)
static

◆ daObj_YBag_IsDelete()

static int daObj_YBag_IsDelete ( void * i_this)
static

Variable Documentation

◆ AUDIO_INSTANCES

AUDIO_INSTANCES

◆ daObj_YBag_MethodTable

actor_method_class daObj_YBag_MethodTable
static
Initial value:
= {
}
static int daObj_YBag_IsDelete(void *i_this)
Definition d_a_obj_yel_bag.cpp:505
static int daObj_YBag_Draw(void *i_this)
Definition d_a_obj_yel_bag.cpp:501
static int daObj_YBag_Delete(void *i_this)
Definition d_a_obj_yel_bag.cpp:493
static int daObj_YBag_Create(void *i_this)
Definition d_a_obj_yel_bag.cpp:489
static int daObj_YBag_Execute(void *i_this)
Definition d_a_obj_yel_bag.cpp:497
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ emttrId

u16 emttrId[4]
static
Initial value:
= {
0x01B8, 0x01B9, 0x01BA, 0x01BB,
}

◆ g_profile_OBJ_YBAG

actor_process_profile_definition g_profile_OBJ_YBAG
extern
Initial value:
= {
8,
sizeof(daObj_YBag_c),
0,
0,
715,
0x00044100,
}
Ilia's Bag.
Definition d_a_obj_yel_bag.h:17
static actor_method_class daObj_YBag_MethodTable
Definition d_a_obj_yel_bag.cpp:509
@ PROC_OBJ_YBAG
Definition d_procname.h:768
actor_method_class g_fopAc_Method
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:70
@ 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

◆ l_bmdGetParamList

int l_bmdGetParamList[2]
static
Initial value:
= {
3, 0,
}

◆ l_HIO

daObj_YBag_Param_c l_HIO
static

◆ l_loadRes_list

int* l_loadRes_list[2]
static
Initial value:
= {
}
static int l_loadRes_YBAG0[3]
Definition d_a_obj_yel_bag.cpp:19

◆ l_loadRes_YBAG0

int l_loadRes_YBAG0[3]
static
Initial value:
= {
0, -1, -1,
}

◆ l_resNames

char* l_resNames[] = {"yel_bag"}
static