mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-16 12:45:00 -04:00
Decompile bmoveProcessInput
This commit is contained in:
@@ -29,14 +29,14 @@ f32 bmoveGetSpeedThetaControlLimit(f32 value);
|
||||
void bmoveUpdateSpeedThetaControl(f32 value);
|
||||
f32 bmoveCalculateLookahead(void);
|
||||
void bmoveResetMoveData(struct movedata *data);
|
||||
void bmoveProcessInput(s32 arg0, s32 arg1, s32 arg2, s32 arg3);
|
||||
void bmoveProcessInput(bool allowc1x, bool allowc1y, bool allowc1buttons, bool ignorec2);
|
||||
void bmove0f0cb79c(struct player *player, struct coord *arg1, s16 *rooms);
|
||||
void bmove0f0cb89c(struct player *player, s16 *rooms);
|
||||
void bmove0f0cb8c4(struct player *player);
|
||||
void bmove0f0cb904(struct coord *coord);
|
||||
void bmove0f0cba88(f32 *a, f32 *b, struct coord *c, f32 mult1, f32 mult2);
|
||||
void bmoveUpdateMoveInitSpeed(struct coord *newpos);
|
||||
void bmoveTick(bool arg0, bool arg1, bool arg2, bool arg3);
|
||||
void bmoveTick(bool allowc1x, bool allowc1y, bool allowc1buttons, bool ignorec2);
|
||||
void bmoveUpdateVerta(void);
|
||||
void bmove0f0cc19c(struct coord *arg);
|
||||
void bmoveUpdateHead(f32 arg0, f32 arg1, f32 arg2, Mtxf *arg3, f32 arg4);
|
||||
|
||||
@@ -44,7 +44,7 @@ f32 func0f0278a4(struct chrdata *chr);
|
||||
void func0f027994(struct prop *prop, struct shotdata *shotdata, bool arg2, bool arg3);
|
||||
void func0f027e1c(struct shotdata *shotdata, struct hit *hit);
|
||||
void func0f028498(bool value);
|
||||
void func0f028590(f32 arg0);
|
||||
void chrsCheckForNoise(f32 noiseradius);
|
||||
bool func0f028a50(struct prop *prop, struct coord *arg1, f32 *arg2, f32 *arg3);
|
||||
s32 func0f028e18(struct prop *arg0, struct modelnode *node, struct model *model, struct prop *arg3);
|
||||
bool func0f028e6c(s32 arg0, struct prop *prop, struct prop **propptr, struct modelnode **nodeptr, struct model **modelptr);
|
||||
|
||||
Reference in New Issue
Block a user