mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-09 12:35:46 -04:00
Decompile eyespyFindGround
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
u32 func0f0cf150(void);
|
||||
f32 eyespyFindGround(s16 *floorroom);
|
||||
u32 func0f0cf230(void);
|
||||
u32 func0f0cf38c(void);
|
||||
u32 func0f0cf728(void);
|
||||
|
||||
@@ -96,6 +96,7 @@ extern u32 var80070e9c;
|
||||
extern u32 var80070ea8;
|
||||
extern u32 var80070ec0;
|
||||
extern u32 var80070ec4;
|
||||
extern f32 g_EyespyMaxHeight;
|
||||
extern u32 var80070ed4;
|
||||
extern u32 var80070ed8;
|
||||
extern u32 var80070edc;
|
||||
|
||||
+1
-1
@@ -1118,7 +1118,7 @@ struct eyespy {
|
||||
/*0x4c*/ struct coord unk4c;
|
||||
/*0x58*/ f32 speed;
|
||||
/*0x5c*/ f32 oldground;
|
||||
/*0x60*/ f32 height;
|
||||
/*0x60*/ f32 height; // height above ground - 80 to 160
|
||||
/*0x64*/ f32 gravity;
|
||||
/*0x68*/ u8 camerashuttertime;
|
||||
/*0x69*/ u8 hit;
|
||||
|
||||
Reference in New Issue
Block a user