mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-02 00:14:10 -04:00
Decompile aiObjectDoAnimation
This commit is contained in:
@@ -274,7 +274,7 @@
|
||||
/*0x010f*/ bool aiIfChrShieldLessThan(void);
|
||||
/*0x0110*/ bool aiIfChrShieldGreaterThan(void);
|
||||
/*0x0111*/ bool aiSetCameraAnimation(void);
|
||||
/*0x0112*/ bool ai0112(void);
|
||||
/*0x0112*/ bool aiObjectDoAnimation(void);
|
||||
/*0x0113*/ bool aiIfInCutscene(void);
|
||||
/*0x0114*/ bool aiShowChr(void);
|
||||
/*0x0115*/ bool aiHideChr(void);
|
||||
|
||||
@@ -10,7 +10,7 @@ u32 func0f0b30ac(void);
|
||||
u32 func0f0b30cc(void);
|
||||
u32 func0f0b3280(void);
|
||||
u32 func0f0b32a0(void);
|
||||
u32 func0f0b32e4(void);
|
||||
struct anim *func0f0b32e4(void);
|
||||
u32 func0f0b3338(void);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -27,7 +27,7 @@ u32 func0f15b534(void);
|
||||
u32 func0f15b908(void);
|
||||
u32 func0f15c850(void);
|
||||
u32 func0f15c880(void);
|
||||
u32 func0f15c888(void);
|
||||
f32 func0f15c888(void);
|
||||
u32 func0f15c8b8(void);
|
||||
u32 func0f15c8c8(void);
|
||||
u32 func0f15c920(void);
|
||||
|
||||
@@ -26,7 +26,7 @@ u32 func0001ad5c(void);
|
||||
f32 func0001ae44(struct chr020 *chr020);
|
||||
void func0001ae90(struct chr020 *chr020, f32 arg1);
|
||||
u32 func0001af58(void);
|
||||
u32 func0001af64(void);
|
||||
void func0001af64(struct chr020 *chr020, f32 arg1);
|
||||
f32 func0001af80(struct chr020 *chr020);
|
||||
u32 func0001af98(void);
|
||||
f32 func0001afe8(f32 arg0, f32 distance, f32 arg2);
|
||||
@@ -62,7 +62,7 @@ u32 func0001d4fc(void);
|
||||
u32 func0001d62c(void);
|
||||
u32 func0001db94(struct chr020 *chr020);
|
||||
u32 func0001dbfc(void);
|
||||
void func0001dccc(struct chr020 *chr020, s32 animnum, s32 flip, f32 arg3, f32 arg4, f32 arg5);
|
||||
void func0001dccc(struct chr020 *chr020, s32 animnum, s32 flip, f32 fstartframe, f32 arg4, f32 arg5);
|
||||
u32 func0001dd90(void);
|
||||
u32 func0001ddec(void);
|
||||
void func0001de1c(struct chr020 *chr020, f32 arg1);
|
||||
@@ -97,7 +97,7 @@ u32 func00022b68(void);
|
||||
void func00022d24(void *data);
|
||||
u32 func00022d50(void);
|
||||
u32 func00022fa4(void);
|
||||
u32 func000230a0(void);
|
||||
bool func000230a0(struct anim *anim);
|
||||
u32 func00023108(void);
|
||||
u32 func0002319c(void);
|
||||
u32 func00023314(void);
|
||||
|
||||
+1
-1
@@ -610,7 +610,7 @@ struct chrdata {
|
||||
/*0x2e1*/ u8 cloakfade_06 : 1;
|
||||
/*0x2e2*/ u8 teamscandist;
|
||||
/*0x2e3*/ u8 naturalanim[1];
|
||||
/*0x2e4*/ u32 myspecial;
|
||||
/*0x2e4*/ s32 myspecial; // This is an object tag ID
|
||||
/*0x2e8*/ f32 timeextra;
|
||||
/*0x2ec*/ f32 elapseextra;
|
||||
/*0x2f0*/ struct coord extraspeed;
|
||||
|
||||
Reference in New Issue
Block a user