mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-30 07:44:34 -04:00
Decompile bgFindEnteredRooms
This commit is contained in:
@@ -99,8 +99,8 @@ void func0f164ab8(s32 portalnum);
|
||||
void room0f164c64(s32 roomnum);
|
||||
void portalSetEnabled(s32 portal, bool enable);
|
||||
s32 func0f164e8c(struct coord *arg0, struct coord *arg1);
|
||||
bool func0f164f9c(struct coord *arg0, struct coord *arg1, struct coord *arg2, struct coord *arg3);
|
||||
bool bgIsBboxOverlapping(struct coord *arg0, struct coord *arg1, struct coord *arg2, struct coord *arg3);
|
||||
void portalFindBbox(s32 portalnum, struct coord *bbmin, struct coord *bbmax);
|
||||
void func0f1650d0(struct coord *lower, struct coord *upper, s16 *rooms, s32 arg3, s32 arg4);
|
||||
void bgFindEnteredRooms(struct coord *bbmin, struct coord *upper, s16 *rooms, s32 maxlen, bool arg4);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -13,7 +13,7 @@ void bbikeApplyMoveData(struct movedata *data);
|
||||
void bbike0f0d2b40(struct defaultobj *bike, struct coord *arg1, f32 arg2, struct defaultobj *obstacle);
|
||||
s32 bbikeCalculateNewPosition(struct coord *arg0, f32 arg1);
|
||||
s32 bbikeCalculateNewPositionWithPush(struct coord *arg0, f32 arg1);
|
||||
void bbikeUpdateVertical(struct coord *arg0);
|
||||
void bbikeUpdateVertical(struct coord *pos);
|
||||
s32 bbike0f0d3680(struct coord *arg0, struct coord *arg1, struct coord *arg2);
|
||||
s32 bbike0f0d36d4(struct coord *arg0, struct coord *arg1, struct coord *arg2, struct coord *arg3, struct coord *arg4);
|
||||
s32 bbike0f0d3840(struct coord *arg0, struct coord *arg1, struct coord *arg2);
|
||||
|
||||
@@ -30,9 +30,9 @@ void bmoveUpdateSpeedThetaControl(f32 value);
|
||||
f32 bmoveCalculateLookahead(void);
|
||||
void bmoveResetMoveData(struct movedata *data);
|
||||
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 bmoveFindEnteredRoomsByPos(struct player *player, struct coord *arg1, s16 *rooms);
|
||||
void bmoveFindEnteredRooms(struct player *player, s16 *rooms);
|
||||
void bmoveUpdateRooms(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);
|
||||
|
||||
Reference in New Issue
Block a user