mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-30 02:38:56 -04:00
Identify chrRunToPos
This commit is contained in:
@@ -156,8 +156,8 @@ u32 func0f02f8a4(struct chrdata *chr);
|
||||
void chrSidestep(struct chrdata *chr, s32 arg1);
|
||||
void func0f02fc2c(struct chrdata *chr);
|
||||
void chrJumpOut(struct chrdata *chr, s32 arg1);
|
||||
u32 func0f02fe18(void);
|
||||
u32 func0f030078(void);
|
||||
void func0f02fe18(struct chrdata *chr);
|
||||
void chrRunToPos(struct chrdata *chr, struct coord *coord);
|
||||
u32 func0f030120(void);
|
||||
u32 func0f030308(void);
|
||||
u32 func0f0303a0(void);
|
||||
|
||||
+1
-1
@@ -105,7 +105,7 @@ struct chrdata {
|
||||
/*0x02c*/ u32 unk02c;
|
||||
/*0x030*/ u32 unk030;
|
||||
/*0x034*/ u32 unk034;
|
||||
/*0x038*/ s32 unk038;
|
||||
/*0x038*/ u32 unk038;
|
||||
/*0x03c*/ u32 unk03c;
|
||||
/*0x040*/ u32 unk040;
|
||||
/*0x044*/ u32 unk044;
|
||||
|
||||
Reference in New Issue
Block a user