mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-05 04:19:37 -04:00
Decompile aiObjectMoveToPad
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
/*0x0068*/ bool aiChrDropItems(void);
|
||||
/*0x0069*/ bool aiChrDropWeapon(void);
|
||||
/*0x006a*/ bool aiGiveObjectToChr(void);
|
||||
/*0x006b*/ bool ai006b(void);
|
||||
/*0x006b*/ bool aiObjectMoveToPad(void);
|
||||
/*0x006c*/ bool aiOpenDoor(void);
|
||||
/*0x006d*/ bool aiCloseDoor(void);
|
||||
/*0x006e*/ bool aiIfDoorState(void);
|
||||
|
||||
@@ -89,7 +89,7 @@ u32 func0f06a52c(void);
|
||||
u32 func0f06a550(void);
|
||||
u32 func0f06a580(void);
|
||||
u32 func0f06a620(void);
|
||||
u32 func0f06a730(void);
|
||||
void func0f06a730(struct defaultobj *obj, struct pad *newpad, f32 *matrix, s16 *arg3, struct pad *arg4);
|
||||
u32 func0f06ab60(void);
|
||||
u32 func0f06ac40(void);
|
||||
void func0f06ac90(struct prop *prop);
|
||||
|
||||
@@ -20,7 +20,7 @@ u32 func00015e4c(void);
|
||||
u32 func00015e80(void);
|
||||
u32 func00015ea8(void);
|
||||
u32 func00015edc(void);
|
||||
u32 func00015f04(void);
|
||||
void func00015f04(f32 arg0, f32 *arg1);
|
||||
u32 func00015f4c(void);
|
||||
u32 func00015f88(void);
|
||||
u32 func00015fd0(void);
|
||||
|
||||
@@ -25,7 +25,7 @@ u32 func00016820(void);
|
||||
u32 func00016874(void);
|
||||
u32 func00016ae4(void);
|
||||
u32 func00016b58(void);
|
||||
u32 func00016d58(void);
|
||||
void func00016d58(f32 *matrix, f32 posx, f32 posy, f32 posz, f32 lookx, f32 looky, f32 lookz, f32 upx, f32 upy, f32 upz);
|
||||
u32 func00016dcc(void);
|
||||
u32 func00016e98(void);
|
||||
u32 func00017028(void);
|
||||
|
||||
+1
-1
@@ -131,7 +131,7 @@ struct chr020 {
|
||||
/*0x08*/ u32 unk08;
|
||||
/*0x0c*/ u32 unk0c;
|
||||
/*0x10*/ u32 unk10;
|
||||
/*0x14*/ u32 unk14;
|
||||
/*0x14*/ f32 unk14;
|
||||
/*0x18*/ u32 unk18;
|
||||
/*0x1c*/ u32 unk1c;
|
||||
/*0x20*/ struct anim *anim;
|
||||
|
||||
Reference in New Issue
Block a user