96#define TREG_F(i) g_regHIO.mChildReg[0].mFloatReg[i]
97#define TREG_S(i) g_regHIO.mChildReg[0].mShortReg[i]
100#define DREG_F(i) g_regHIO.mChildReg[1].mFloatReg[i]
101#define DREG_S(i) g_regHIO.mChildReg[1].mShortReg[i]
104#define IREG_F(i) g_regHIO.mChildReg[2].mFloatReg[i]
105#define IREG_S(i) g_regHIO.mChildReg[2].mShortReg[i]
108#define SREG_F(i) g_regHIO.mChildReg[3].mFloatReg[i]
109#define SREG_S(i) g_regHIO.mChildReg[3].mShortReg[i]
112#define UREG_F(i) g_regHIO.mChildReg[4].mFloatReg[i]
113#define UREG_S(i) g_regHIO.mChildReg[4].mShortReg[i]
116#define OREG_F(i) g_regHIO.mChildReg[5].mFloatReg[i]
117#define OREG_S(i) g_regHIO.mChildReg[5].mShortReg[i]
120#define YREG_F(i) g_regHIO.mChildReg[6].mFloatReg[i]
121#define YREG_S(i) g_regHIO.mChildReg[6].mShortReg[i]
124#define KREG_F(i) g_regHIO.mChildReg[7].mFloatReg[i]
125#define KREG_S(i) g_regHIO.mChildReg[7].mShortReg[i]
128#define BREG_F(i) g_regHIO.mChildReg[8].mFloatReg[i]
129#define BREG_S(i) g_regHIO.mChildReg[8].mShortReg[i]
132#define MREG_F(i) g_regHIO.mChildReg[9].mFloatReg[i]
133#define MREG_S(i) g_regHIO.mChildReg[9].mShortReg[i]
136#define AREG_F(i) g_regHIO.mChildReg[10].mFloatReg[i]
137#define AREG_S(i) g_regHIO.mChildReg[10].mShortReg[i]
140#define PREG_F(i) g_regHIO.mChildReg[11].mFloatReg[i]
141#define PREG_S(i) g_regHIO.mChildReg[11].mShortReg[i]
144#define NREG_F(i) g_regHIO.mChildReg[12].mFloatReg[i]
145#define NREG_S(i) g_regHIO.mChildReg[12].mShortReg[i]
148#define WREG_F(i) g_regHIO.mChildReg[13].mFloatReg[i]
149#define WREG_S(i) g_regHIO.mChildReg[13].mShortReg[i]
152#define JREG_F(i) g_regHIO.mChildReg[14].mFloatReg[i]
153#define JREG_S(i) g_regHIO.mChildReg[14].mShortReg[i]
156#define HREG_F(i) g_regHIO.mChildReg[15].mFloatReg[i]
157#define HREG_S(i) g_regHIO.mChildReg[15].mShortReg[i]
160#define VREG_F(i) g_regHIO.mChildReg[16].mFloatReg[i]
161#define VREG_S(i) g_regHIO.mChildReg[16].mShortReg[i]
164#define XREG_F(i) g_regHIO.mChildReg[17].mFloatReg[i]
165#define XREG_S(i) g_regHIO.mChildReg[17].mShortReg[i]
168#define ZREG_F(i) g_regHIO.mChildReg[18].mFloatReg[i]
169#define ZREG_S(i) g_regHIO.mChildReg[18].mShortReg[i]
172#define nREG_F(i) g_regHIO.mChildReg[19].mFloatReg[i]
173#define nREG_S(i) g_regHIO.mChildReg[19].mShortReg[i]
176#define kREG_F(i) g_regHIO.mChildReg[20].mFloatReg[i]
177#define kREG_S(i) g_regHIO.mChildReg[20].mShortReg[i]
180#define oREG_F(i) g_regHIO.mChildReg[21].mFloatReg[i]
181#define oREG_S(i) g_regHIO.mChildReg[21].mShortReg[i]
184#define yREG_F(i) g_regHIO.mChildReg[22].mFloatReg[i]
185#define yREG_S(i) g_regHIO.mChildReg[22].mShortReg[i]
188#define aREG_F(i) g_regHIO.mChildReg[23].mFloatReg[i]
189#define aREG_S(i) g_regHIO.mChildReg[23].mShortReg[i]
192#define hREG_F(i) g_regHIO.mChildReg[24].mFloatReg[i]
193#define hREG_S(i) g_regHIO.mChildReg[24].mShortReg[i]
196#define tREG_F(i) g_regHIO.mChildReg[25].mFloatReg[i]
197#define tREG_S(i) g_regHIO.mChildReg[25].mShortReg[i]
OSTime time
Definition GXInit.c:34
Definition JORMContext.h:96
Definition JORReflexible.h:43
static s8 nextPauseTimer
Definition d_s_play.h:71
static void setPauseTimer(s8 time)
Definition d_s_play.h:68
request_of_phase_process_class field_0x1c4
Definition d_s_play.h:73
mDoDvdThd_toMainRam_c * sceneCommand
Definition d_s_play.h:74
static bool isPause()
Definition d_s_play.h:67
u8 field_0x1d4
Definition d_s_play.h:76
mDoDvdThd_mountXArchive_c * field_0x1d0
Definition d_s_play.h:75
static s8 pauseTimer
Definition d_s_play.h:70
s8 calcPauseTimer()
Definition d_s_play.cpp:71
bool resetGame()
Definition d_s_play.cpp:293
void offReset()
Definition d_s_play.cpp:325
dScnPly_env_otherHIO_c mOther
Definition d_s_play.h:40
dScnPly_env_debugHIO_c mDebug
Definition d_s_play.h:41
s8 field_0x4
Definition d_s_play.h:39
virtual ~dScnPly_env_HIO_c()
Definition d_s_play.h:37
Definition d_s_play_env.h:15
Definition d_s_play_env.h:3
virtual ~dScnPly_preLoad_HIO_c()
Definition d_s_play.h:30
void genMessage(JORMContext *)
u8 mPresetData[10000]
Definition d_s_play.h:55
u8 field_0x2717
Definition d_s_play.h:57
u8 field_0x5
Definition d_s_play.h:54
char mFilename[100]
Definition d_s_play.h:58
virtual ~dScnPly_preset_HIO_c()
Definition d_s_play.h:51
u8 field_0x4
Definition d_s_play.h:53
virtual void listenPropertyEvent(const JORPropertyEvent *)
virtual void genMessage(JORMContext *)
u8 field_0x2716
Definition d_s_play.h:56
dScnPly_reg_childHIO_c mChildReg[26]
Definition d_s_play.h:24
u8 field_0x4[0x8 - 0x4]
Definition d_s_play.h:22
virtual ~dScnPly_reg_HIO_c()
Definition d_s_play.h:20
void * vtable
Definition d_s_play.h:13
s16 mShortReg[10]
Definition d_s_play.h:15
f32 mFloatReg[30]
Definition d_s_play.h:14
Definition m_Do_dvd_thread.h:63
Definition m_Do_dvd_thread.h:29
Definition m_Do_hostIO.h:27
Definition f_op_scene.h:15
dScnPly_env_HIO_c g_envHIO
Definition d_s_play.cpp:575
dScnPly_preset_HIO_c g_presetHIO
Definition d_s_play.cpp:578
dScnPly_reg_HIO_c g_regHIO
Definition d_s_play.cpp:572
Definition JORReflexible.h:10
Definition d_a_hozelda.cpp:14
signed char s8
Definition types.h:4
signed short int s16
Definition types.h:6
float f32
Definition types.h:22
unsigned char u8
Definition types.h:5