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

Classes

class  daE_MM_HIO_c
 

Enumerations

enum  daE_MM_ACTION {
  ACTION_NORMAL , ACTION_DASH , ACTION_DEFENCE , ACTION_MAGNE_WAIT ,
  ACTION_TURN , ACTION_DAMAGE = 10
}
 

Functions

static void anm_init (e_mm_class *i_this, int i_anm, f32 i_morf, u8 i_mode, f32 i_speed)
 
static int daE_MM_Draw (e_mm_class *i_this)
 
static BOOL pl_check (e_mm_class *i_this, f32 i_range, s16)
 
static void damage_checkMetOn (e_mm_class *i_this)
 
static void damage_check (e_mm_class *i_this)
 
static bool wall_check (e_mm_class *i_this, f32 param_1)
 
static void mGround_WaterEffSet (e_mm_class *i_this)
 
static void mWaterEffSet (e_mm_class *i_this, bool param_1)
 
static bool way_gake_check (e_mm_class *i_this)
 
static void e_mm_normal (e_mm_class *i_this)
 
static void e_mm_dash (e_mm_class *i_this)
 
static void e_mm_defence (e_mm_class *i_this)
 
static void e_mm_magne_wait (e_mm_class *i_this)
 
static void e_mm_turn (e_mm_class *i_this)
 
static void e_mm_damage (e_mm_class *i_this)
 
static void action (e_mm_class *i_this)
 
static int daE_MM_Execute (e_mm_class *i_this)
 
static int daE_MM_IsDelete (e_mm_class *i_this)
 
static int daE_MM_Delete (e_mm_class *i_this)
 
static int useHeapInit (fopAc_ac_c *i_this)
 
static int daE_MM_Create (fopAc_ac_c *actor)
 

Variables

static u8 l_HIOInit
 
static daE_MM_HIO_c l_HIO
 
static actor_method_class l_daE_MM_Method
 
actor_process_profile_definition g_profile_E_MM
 

Enumeration Type Documentation

◆ daE_MM_ACTION

Enumerator
ACTION_NORMAL 
ACTION_DASH 
ACTION_DEFENCE 
ACTION_MAGNE_WAIT 
ACTION_TURN 
ACTION_DAMAGE 

Function Documentation

◆ action()

static void action ( e_mm_class * i_this)
static

◆ anm_init()

static void anm_init ( e_mm_class * i_this,
int i_anm,
f32 i_morf,
u8 i_mode,
f32 i_speed )
static

◆ daE_MM_Create()

static int daE_MM_Create ( fopAc_ac_c * actor)
static

◆ daE_MM_Delete()

static int daE_MM_Delete ( e_mm_class * i_this)
static

◆ daE_MM_Draw()

static int daE_MM_Draw ( e_mm_class * i_this)
static

◆ daE_MM_Execute()

static int daE_MM_Execute ( e_mm_class * i_this)
static

◆ daE_MM_IsDelete()

static int daE_MM_IsDelete ( e_mm_class * i_this)
static

◆ damage_check()

static void damage_check ( e_mm_class * i_this)
static

◆ damage_checkMetOn()

static void damage_checkMetOn ( e_mm_class * i_this)
static

◆ e_mm_damage()

static void e_mm_damage ( e_mm_class * i_this)
static

◆ e_mm_dash()

static void e_mm_dash ( e_mm_class * i_this)
static

◆ e_mm_defence()

static void e_mm_defence ( e_mm_class * i_this)
static

◆ e_mm_magne_wait()

static void e_mm_magne_wait ( e_mm_class * i_this)
static

◆ e_mm_normal()

static void e_mm_normal ( e_mm_class * i_this)
static

◆ e_mm_turn()

static void e_mm_turn ( e_mm_class * i_this)
static

◆ mGround_WaterEffSet()

static void mGround_WaterEffSet ( e_mm_class * i_this)
static

◆ mWaterEffSet()

static void mWaterEffSet ( e_mm_class * i_this,
bool param_1 )
static

◆ pl_check()

static BOOL pl_check ( e_mm_class * i_this,
f32 i_range,
s16  )
static

◆ useHeapInit()

static int useHeapInit ( fopAc_ac_c * i_this)
static

◆ wall_check()

static bool wall_check ( e_mm_class * i_this,
f32 param_1 )
static

◆ way_gake_check()

static bool way_gake_check ( e_mm_class * i_this)
static

Variable Documentation

◆ g_profile_E_MM

actor_process_profile_definition g_profile_E_MM
extern
Initial value:
= {
7,
sizeof(e_mm_class),
0,
0,
167,
0x00040120,
}
Helmasaur.
Definition d_a_e_mm.h:17
static actor_method_class l_daE_MM_Method
Definition d_a_e_mm.cpp:1134
@ PROC_E_MM
Definition d_procname.h:486
actor_method_class g_fopAc_Method
@ fopAc_CULLBOX_0_e
Definition f_op_actor.h:53
@ 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_MM_Method

actor_method_class l_daE_MM_Method
static
Initial value:
= {
}
static int daE_MM_Draw(e_mm_class *i_this)
Definition d_a_e_mm.cpp:66
static int daE_MM_IsDelete(e_mm_class *i_this)
Definition d_a_e_mm.cpp:991
static int daE_MM_Execute(e_mm_class *i_this)
Definition d_a_e_mm.cpp:917
static int daE_MM_Create(fopAc_ac_c *actor)
Definition d_a_e_mm.cpp:1028
static int daE_MM_Delete(e_mm_class *i_this)
Definition d_a_e_mm.cpp:995
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_HIO

daE_MM_HIO_c l_HIO
static

◆ l_HIOInit

u8 l_HIOInit
static