mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-16 12:45:00 -04:00
Attempt to decompile chrGoToPos
This commit is contained in:
@@ -124,7 +124,7 @@ u32 func0f02d4fc(void);
|
||||
u32 func0f02dbac(void);
|
||||
u32 func0f02ddbc(void);
|
||||
u32 func0f02dff0(void);
|
||||
u32 func0f02e064(void);
|
||||
u32 func0f02e064(struct chrdata *chr);
|
||||
u32 func0f02e124(void);
|
||||
u32 func0f02e15c(void);
|
||||
u32 func0f02e1cc(void);
|
||||
@@ -199,15 +199,15 @@ u32 func0f0369cc(void);
|
||||
u32 func0f036aa0(void);
|
||||
u32 func0f036b10(void);
|
||||
u32 func0f036b98(void);
|
||||
u32 func0f036c08(void);
|
||||
u32 func0f036ee4(void);
|
||||
s32 func0f036fc0(s32 arg0, s32 arg1, s32 arg2, s32 arg3);
|
||||
s32 func0f037088(s32 arg0, s32 arg1, s32 arg2);
|
||||
u32 func0f036c08(struct chrdata *chr, s32 *arg1, s32 *arg2);
|
||||
void func0f036ee4(struct chrdata *chr, s8 *maxwaypoints, s32 *arg2, struct coord *prevpos);
|
||||
void func0f036fc0(struct chrdata *chr, s32 *arg1, s32 *arg2, s32 arg3);
|
||||
void func0f037088(struct chrdata *chr, s32 *arg1, s32 *arg2);
|
||||
u32 func0f0370a8(void);
|
||||
u32 func0f037124(void);
|
||||
void chrSetField66To0(struct chrdata *chr);
|
||||
u32 func0f037224(void);
|
||||
u32 func0f0372e8(void);
|
||||
void func0f0372e8(struct chrdata *chr);
|
||||
u32 func0f03733c(void);
|
||||
u32 func0f0373dc(void);
|
||||
u32 func0f0374a0(void);
|
||||
@@ -216,9 +216,9 @@ s32 func0f037560(s32 arg0, s32 arg1, s32 arg2);
|
||||
u32 func0f037580(void);
|
||||
u32 func0f0375b0(void);
|
||||
u32 func0f0375e8(void);
|
||||
u32 func0f0379b0(void);
|
||||
u32 func0f037b70(void);
|
||||
u32 chrGoToPos(struct chrdata *chr, struct coord *pos, s16 *room_id, u32 speed);
|
||||
void func0f0379b0(struct chrdata *chr, struct coord *pos);
|
||||
void func0f037b70(struct chrdata *chr);
|
||||
u32 chrGoToPos(struct chrdata *chr, struct coord *pos, s16 *room, u32 speed);
|
||||
struct path *pathFindById(u32 path_id);
|
||||
u32 func0f038868(void);
|
||||
void func0f038b9c(struct chrdata *chr, struct path *path);
|
||||
|
||||
@@ -39,7 +39,7 @@ u32 func0f064a24(void);
|
||||
u32 func0f064ce8(void);
|
||||
u32 func0f0654e8(void);
|
||||
u32 func0f06554c(void);
|
||||
void func0f0657a4(s32 *arg0, s8 *arg1);
|
||||
void func0f0657a4(s16 *room, s16 *rooms);
|
||||
u32 func0f0657d8(void);
|
||||
bool arrayIntersects(s16 *a, s16 *b);
|
||||
u32 func0f0658e8(void);
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
u32 func0f114240(void);
|
||||
u32 func0f114254(void);
|
||||
void waypointSetHashThing(s32 hash1, s32 hash2);
|
||||
s32 *waypointFindClosestToPos(struct coord *pos, s16 *room);
|
||||
u32 func0f114810(void);
|
||||
u32 func0f114958(void);
|
||||
u32 func0f1149b0(void);
|
||||
@@ -17,7 +17,7 @@ u32 func0f114de0(void);
|
||||
u32 func0f114ee4(void);
|
||||
u32 func0f114f70(void);
|
||||
u32 func0f11505c(void);
|
||||
u32 func0f1151ec(void);
|
||||
s32 waypointFindRoute(s32 *from, s32 *to, s32 **dst, s32 maxwaypoints);
|
||||
u32 func0f115390(void);
|
||||
u32 func0f1153c4(void);
|
||||
u32 func0f1154cc(void);
|
||||
|
||||
@@ -142,8 +142,8 @@ char *mpGetBotCommandName(s32 command);
|
||||
void func0f192438(struct chrdata *chr, struct prop *prop);
|
||||
void func0f192474(struct chrdata *chr, struct prop *prop);
|
||||
void func0f1924ac(struct chrdata *chr, struct prop *prop);
|
||||
void func0f1924e8(struct chrdata *chr, struct coord *pos, s32 *arg2, f32 arg3);
|
||||
void func0f19257c(struct chrdata *chr, struct coord *pos, s32 *arg2, f32 arg3);
|
||||
void func0f1924e8(struct chrdata *chr, struct coord *pos, s16 *room, f32 arg3);
|
||||
void func0f19257c(struct chrdata *chr, struct coord *pos, s16 *room, f32 arg3);
|
||||
void func0f192610(struct chrdata *chr, s32 arg1);
|
||||
u32 func0f192628(void);
|
||||
u32 func0f19277c(void);
|
||||
|
||||
Reference in New Issue
Block a user