Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_e_fz.h File Reference

Freezard header file. More...

Go to the source code of this file.

Classes

struct  daE_FZ_HIO_c_tmp
 Temporary HIO struct to get a match. Remove later. More...
 
class  daE_FZ_c
 Mini Freezard. More...
 
class  daE_FZ_HIO_c
 

Enumerations

enum  daE_FZ_Action {
  ACT_WAIT , ACT_MOVE , ACT_ATTACK , ACT_DAMAGE ,
  ACT_ROLLMOVE
}
 Mini Freezard current action. More...
 

Functions

 STATIC_ASSERT (sizeof(daE_FZ_c)==0xC24)
 

Detailed Description

Freezard header file.

This header contains information about the Mini Freezard actor.

Enumeration Type Documentation

◆ daE_FZ_Action

Mini Freezard current action.

Enumerator
ACT_WAIT 

Mini Freezard is waiting.

ACT_MOVE 

Mini Freezard is moving to attack.

ACT_ATTACK 

Mini Freezard is attacking.

ACT_DAMAGE 

Mini Freezard is damaged.

ACT_ROLLMOVE 

Mini Freezard is spinning around Blizzeta.
This action is only taken when actor is loaded in with parameter 3 (during the Blizzeta fight).

Function Documentation

◆ STATIC_ASSERT()

STATIC_ASSERT ( sizeof(daE_FZ_c = =0xC24)