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

Functions

static int useHeapInit (fopAc_ac_c *i_this)
 
static int daObjMATO_Create (fopAc_ac_c *i_this)
 
static int daObjMATO_Delete (daObjMATO_c *i_this)
 
static int daObjMATO_Draw (daObjMATO_c *i_this)
 
static int daObjMATO_Execute (daObjMATO_c *i_this)
 
static int daObjMATO_IsDelete (daObjMATO_c *i_this)
 

Variables

static const int l_B_ling_bmd_table []
 
static const int l_rupee_itemno_table []
 
static const u8 l_rupee_count_table []
 
static const u32 l_rupee_getse []
 
static actor_method_class l_daObjMATO_Method
 
actor_process_profile_definition g_profile_Obj_Mato
 

Function Documentation

◆ daObjMATO_Create()

static int daObjMATO_Create ( fopAc_ac_c * i_this)
static

◆ daObjMATO_Delete()

static int daObjMATO_Delete ( daObjMATO_c * i_this)
static

◆ daObjMATO_Draw()

static int daObjMATO_Draw ( daObjMATO_c * i_this)
static

◆ daObjMATO_Execute()

static int daObjMATO_Execute ( daObjMATO_c * i_this)
static

◆ daObjMATO_IsDelete()

static int daObjMATO_IsDelete ( daObjMATO_c * i_this)
static

◆ useHeapInit()

static int useHeapInit ( fopAc_ac_c * i_this)
static

Variable Documentation

◆ g_profile_Obj_Mato

Initial value:
= {
7,
sizeof(daObjMATO_c),
0,
0,
}
Flight by Fowl Rupee Target.
Definition d_a_obj_mato.h:34
static actor_method_class l_daObjMATO_Method
Definition d_a_obj_mato.cpp:368
actor_method_class g_fopAc_Method
Definition f_op_actor.cpp:638
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:98
@ fopAcStts_UNK_0x40000_e
Definition f_op_actor.h:49
@ fopAc_ACTOR_e
Definition f_op_actor.h:66
@ fpcDwPi_Obj_Mato_e
Definition f_pc_draw_priority.h:457
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
leafdraw_method_class g_fpcLf_Method
Definition f_pc_leaf.cpp:65
@ fpcNm_Obj_Mato_e
Definition f_pc_name.h:324
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8
leafdraw_method_class base
Definition f_op_actor.h:12
process_method_class base
Definition f_pc_leaf.h:12

◆ l_B_ling_bmd_table

const int l_B_ling_bmd_table[]
static
Initial value:
= {
4,
3,
4,
4,
4,
4,
4,
}

◆ l_daObjMATO_Method

actor_method_class l_daObjMATO_Method
static
Initial value:
= {
}
static int daObjMATO_IsDelete(daObjMATO_c *i_this)
Definition d_a_obj_mato.cpp:364
static int daObjMATO_Create(fopAc_ac_c *i_this)
Definition d_a_obj_mato.cpp:58
static int daObjMATO_Draw(daObjMATO_c *i_this)
Definition d_a_obj_mato.cpp:276
static int daObjMATO_Execute(daObjMATO_c *i_this)
Definition d_a_obj_mato.cpp:280
static int daObjMATO_Delete(daObjMATO_c *i_this)
Definition d_a_obj_mato.cpp:63
int(* process_method_func)(void *)
Definition f_pc_method.h:6

◆ l_rupee_count_table

const u8 l_rupee_count_table[]
static
Initial value:
= {
1,
5,
10,
20,
50,
100,
200,
}

◆ l_rupee_getse

const u32 l_rupee_getse[]
static
Initial value:
= {
}
@ Z2SE_RED_LUPY_GET
Definition Z2SeMgr.h:227
@ Z2SE_GREEN_LUPY_GET
Definition Z2SeMgr.h:225
@ Z2SE_BLUE_LUPY_GET
Definition Z2SeMgr.h:226

◆ l_rupee_itemno_table

const int l_rupee_itemno_table[]
static
Initial value:
= {
}
@ dItemNo_BLUE_RUPEE_e
Definition d_item_data.h:97
@ dItemNo_RED_RUPEE_e
Definition d_item_data.h:99
@ dItemNo_GREEN_RUPEE_e
Definition d_item_data.h:96
@ dItemNo_SILVER_RUPEE_e
Definition d_item_data.h:102
@ dItemNo_PURPLE_RUPEE_e
Definition d_item_data.h:100
@ dItemNo_ORANGE_RUPEE_e
Definition d_item_data.h:101
@ dItemNo_YELLOW_RUPEE_e
Definition d_item_data.h:98