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

Classes

struct  EnemyInfo
 

Functions

static void Z2_E_sw_modPitch (Z2SoundHandlePool *, u32)
 
static void Z2_E_ms_modVol (Z2SoundHandlePool *, u32)
 
static void Z2_E_mm_modPitch (Z2SoundHandlePool *, u32)
 
static void Z2_B_zan_modPitch (Z2SoundHandlePool *, u32)
 

Variables

static Z2EnemyArea const sAreaDefault = {true, 700, 1100, 1500}
 
static Z2EnemyArea const sAreaFloating = {false, 700, 1100, 1500}
 
static Z2EnemyArea const sAreaWide = {true, 700, 1500, 3300}
 
static Z2EnemyArea const sAreaWideFloating = {false, 700, 1500, 3300}
 
static Z2EnemyArea const sAreaSmall = {true, 300, 700, 1000}
 
static Z2EnemyArea const sAreaSmallFloating = {false, 500, 800, 1200}
 
static EnemyInfo mEnemyInfo [64]
 

Function Documentation

◆ Z2_B_zan_modPitch()

static void Z2_B_zan_modPitch ( Z2SoundHandlePool i_handle,
u32  param_1 
)
static

◆ Z2_E_mm_modPitch()

static void Z2_E_mm_modPitch ( Z2SoundHandlePool i_handle,
u32  param_1 
)
static

◆ Z2_E_ms_modVol()

static void Z2_E_ms_modVol ( Z2SoundHandlePool i_handle,
u32  param_1 
)
static

◆ Z2_E_sw_modPitch()

static void Z2_E_sw_modPitch ( Z2SoundHandlePool i_handle,
u32  param_1 
)
static

Z2Creature.cpp Z2AudioLib - Creatures

Variable Documentation

◆ mEnemyInfo

EnemyInfo mEnemyInfo[64]
static

◆ sAreaDefault

Z2EnemyArea const sAreaDefault = {true, 700, 1100, 1500}
static

◆ sAreaFloating

Z2EnemyArea const sAreaFloating = {false, 700, 1100, 1500}
static

◆ sAreaSmall

Z2EnemyArea const sAreaSmall = {true, 300, 700, 1000}
static

◆ sAreaSmallFloating

Z2EnemyArea const sAreaSmallFloating = {false, 500, 800, 1200}
static

◆ sAreaWide

Z2EnemyArea const sAreaWide = {true, 700, 1500, 3300}
static

◆ sAreaWideFloating

Z2EnemyArea const sAreaWideFloating = {false, 700, 1500, 3300}
static