Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
DEMOStats.h File Reference

Go to the source code of this file.

Classes

struct  DemoStatData
 

Typedefs

typedef enum DEMO_STAT_TYPE DEMO_STAT_TYPE
 
typedef struct DemoStatData DemoStatData
 

Enumerations

enum  DEMO_STAT_TYPE {
  DEMO_STAT_GP0 = 0 , DEMO_STAT_GP1 = 1 , DEMO_STAT_MEM = 2 , DEMO_STAT_PIX = 3 ,
  DEMO_STAT_VC = 4 , DEMO_STAT_FR = 5 , DEMO_STAT_TBW = 6 , DEMO_STAT_TBP = 7 ,
  DEMO_STAT_MYC = 8 , DEMO_STAT_MYR = 9
}
 
enum  DEMO_STAT_DISP {
  DEMO_STAT_TL = 0 , DEMO_STAT_BL = 1 , DEMO_STAT_TLD = 2 , DEMO_STAT_BLD = 3 ,
  DEMO_STAT_IO = 4
}
 

Functions

void DEMOSetStats (DemoStatData *stat, u32 nstats, DEMO_STAT_DISP disp)
 
void DEMOUpdateStats (u8 inc)
 
void DEMOPrintStats (void)
 

Variables

u8 DemoStatEnable
 

Typedef Documentation

◆ DEMO_STAT_TYPE

◆ DemoStatData

typedef struct DemoStatData DemoStatData

Enumeration Type Documentation

◆ DEMO_STAT_DISP

Enumerator
DEMO_STAT_TL 
DEMO_STAT_BL 
DEMO_STAT_TLD 
DEMO_STAT_BLD 
DEMO_STAT_IO 

◆ DEMO_STAT_TYPE

Enumerator
DEMO_STAT_GP0 
DEMO_STAT_GP1 
DEMO_STAT_MEM 
DEMO_STAT_PIX 
DEMO_STAT_VC 
DEMO_STAT_FR 
DEMO_STAT_TBW 
DEMO_STAT_TBP 
DEMO_STAT_MYC 
DEMO_STAT_MYR 

Function Documentation

◆ DEMOPrintStats()

void DEMOPrintStats ( void )

◆ DEMOSetStats()

void DEMOSetStats ( DemoStatData * stat,
u32 nstats,
DEMO_STAT_DISP disp )

◆ DEMOUpdateStats()

void DEMOUpdateStats ( u8 inc)

Variable Documentation

◆ DemoStatEnable

u8 DemoStatEnable
extern