mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-16 12:45:00 -04:00
Decompile chrStartPath and rename struct aipaths to struct path
This commit is contained in:
@@ -218,9 +218,9 @@ u32 func0f0375e8(void);
|
||||
u32 func0f0379b0(void);
|
||||
u32 func0f037b70(void);
|
||||
u32 func0f03843c(struct chrdata *chr, struct coord *coord, s16 *room_id, u32 speed);
|
||||
u32 func0f038818(void);
|
||||
struct path *pathFindById(s32 path_id);
|
||||
u32 func0f038868(void);
|
||||
u32 func0f038b9c(void);
|
||||
void func0f038b9c(struct chrdata *chr, struct path *path);
|
||||
u32 func0f038f30(void);
|
||||
u32 func0f038f40(void);
|
||||
u32 func0f0391ec(struct chrdata *chr, struct coord *coord, s16 *room, u32 arg3);
|
||||
@@ -248,7 +248,7 @@ u32 func0f03a6d8(struct chrdata *chr, u32 thingtype, u32 thingid);
|
||||
u32 func0f03a76c(struct chrdata *chr, u32 thingtype, u32 thingid);
|
||||
u32 func0f03a7e8(struct chrdata *chr, u32 thingtype, u32 thingid);
|
||||
u32 func0f03a894(struct chrdata *chr, s32 pad, s32 arg2);
|
||||
u32 func0f03a968(struct chrdata *chr);
|
||||
u32 chrStartPath(struct chrdata *chr);
|
||||
u32 func0f03a9b8(struct chrdata *chr);
|
||||
bool chrFadeOut(struct chrdata *chr);
|
||||
bool chrGoToTarget(struct chrdata *chr, u32 speed);
|
||||
|
||||
+3
-3
@@ -95,7 +95,7 @@ struct chrdata {
|
||||
/*0x00f*/ u8 grenadeprob;
|
||||
/*0x010*/ u16 bodynum;
|
||||
/*0x012*/ u8 flinchcnt;
|
||||
/*0x013*/ u8 path;
|
||||
/*0x013*/ s8 path;
|
||||
/*0x014*/ u32 hidden;
|
||||
/*0x018*/ u32 chrflags;
|
||||
/*0x01c*/ struct position *pos;
|
||||
@@ -2285,7 +2285,7 @@ struct ailist {
|
||||
u32 id;
|
||||
};
|
||||
|
||||
struct aipaths {
|
||||
struct path {
|
||||
s32 *pads;
|
||||
u8 id;
|
||||
u8 type;
|
||||
@@ -2297,7 +2297,7 @@ struct stagesetup {
|
||||
/*0x08*/ void *unk08;
|
||||
/*0x0c*/ u8 *intro;
|
||||
/*0x10*/ u8 *props;
|
||||
/*0x14*/ struct aipaths *paths;
|
||||
/*0x14*/ struct path *paths;
|
||||
/*0x18*/ struct ailist *ailists;
|
||||
/*0x1c*/ void *unk1c;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user