Decompile eyespyTryLaunch

This commit is contained in:
Ryan Dwyer
2021-01-11 14:19:27 +10:00
parent 7e90e4e323
commit b1b42368bd
5 changed files with 137 additions and 422 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ u32 func0f0cf9f8(void);
u32 func0f0cfafc(void);
bool func0f0cfdd0(struct coord *vel, struct coord *arg1, struct coord *arg2);
u32 func0f0cfe24(void);
u32 func0f0d0310(void);
bool eyespyTryLaunch(void);
void func0f0d0928(bool arg0);
#endif
+1 -1
View File
@@ -97,7 +97,7 @@ extern u32 var80070ea8;
extern u8 var80070ec0;
extern u8 var80070ec4;
extern f32 g_EyespyMaxHeight;
extern u32 var80070ed4;
extern f32 g_EyespyMinHeight;
extern u32 var80070ed8;
extern u32 var80070edc;
extern u32 var80070ee0;
+5 -5
View File
@@ -1629,7 +1629,7 @@ struct eyespy {
/*0x00*/ struct prop *prop;
/*0x04*/ struct coord look;
/*0x10*/ struct coord up;
/*0x1c*/ f32 theta;
/*0x1c*/ f32 theta; // turn angle in degrees
/*0x20*/ f32 costheta;
/*0x24*/ f32 sintheta;
/*0x28*/ f32 verta;
@@ -1648,15 +1648,15 @@ struct eyespy {
/*0x4c*/ struct coord unk4c;
/*0x58*/ f32 speed;
/*0x5c*/ f32 oldground;
/*0x60*/ f32 height; // height above ground - 80 to 160
/*0x60*/ f32 height; // height above ground - 30 to 160 on G5 and CI training, 80 to 160 elsewhere
/*0x64*/ f32 gravity;
/*0x68*/ s8 camerashuttertime;
/*0x69*/ u8 hit;
/*0x6a*/ u8 opendoor;
/*0x6b*/ u8 mode;
/*0x6c*/ s32 velf[2];
/*0x74*/ s32 vels[2];
/*0x7c*/ s32 pitch;
/*0x6c*/ f32 velf[2];
/*0x74*/ f32 vels[2];
/*0x7c*/ f32 pitch;
};
struct audiohandle {