Decompile eyespyCalculateVerticalMovement

This commit is contained in:
Ryan Dwyer
2021-01-11 18:46:27 +10:00
parent 00ab261957
commit 70b25435ee
3 changed files with 147 additions and 359 deletions
+4 -4
View File
@@ -7,11 +7,11 @@ f32 eyespyFindGround(s16 *floorroom);
s32 eyespyCalculateNewY(f32 yvel);
s32 eyespyCalculateNewPosition(struct coord *vel);
bool func0f0cf728(struct coord *vel);
u32 func0f0cf890(void);
u32 func0f0cf9f8(void);
u32 func0f0cfafc(void);
s32 func0f0cf890(struct coord *arg0, struct coord *arg1, struct coord *arg2, struct coord *arg3, struct coord *arg4);
s32 func0f0cf9f8(struct coord *arg0, struct coord *arg1, struct coord *arg2);
s32 func0f0cfafc(struct coord *arg0, struct coord *arg1, struct coord *arg2);
bool func0f0cfdd0(struct coord *vel, struct coord *arg1, struct coord *arg2);
u32 func0f0cfe24(void);
void eyespyCalculateVerticalMovement(void);
bool eyespyTryLaunch(void);
void func0f0d0928(bool arg0);
+2 -2
View File
@@ -98,8 +98,8 @@ extern u8 var80070ec0;
extern u8 var80070ec4;
extern f32 g_EyespyMaxHeight;
extern f32 g_EyespyMinHeight;
extern u32 var80070ed8;
extern u32 var80070edc;
extern u32 g_EyespyFallAccel;
extern u32 g_EyespyMaxFallSpeed;
extern u32 var80070ee0;
extern u32 var80070eec;
extern u32 var80070ef8;