mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-31 07:56:03 -04:00
Decompile chrTickAttackAmount
This commit is contained in:
@@ -128,7 +128,7 @@ f32 func0f03e45c(struct chrdata *chr);
|
||||
f32 func0f03e5f0(struct chrdata *chr);
|
||||
f32 func0f03e754(struct chrdata *chr);
|
||||
void func0f03e788(struct chrdata *chr, s32 arg1, f32 arg2, f32 arg3, f32 arg4);
|
||||
u32 func0f03e9f4(void);
|
||||
void func0f03e9f4(struct chrdata *chr, struct act_attackamount_2c *arg1, s32 arg2, s32 arg3, f32 arg4);
|
||||
u32 func0f03f778(void);
|
||||
u32 func0f03fa10(void);
|
||||
u32 func0f03fab0(void);
|
||||
@@ -138,7 +138,7 @@ void func0f04031c(struct coord *coord, f32 arg1, struct coord *coord2, f32 *arg3
|
||||
u32 func0f0404d4(void);
|
||||
u32 func0f041a74(void);
|
||||
u32 func0f041c44(void);
|
||||
u32 func0f041d38(void);
|
||||
void func0f041d38(struct chrdata *chr);
|
||||
u32 func0f041e48(void);
|
||||
void chrTickAttackAmount(struct chrdata *chr);
|
||||
void func0f04279c(struct chrdata *chr, bool arg1, bool arg2);
|
||||
|
||||
+19
-1
@@ -539,12 +539,30 @@ struct act_druggedcomingup {
|
||||
/*0x34*/ f32 unk034;
|
||||
};
|
||||
|
||||
struct act_attackamount_2c {
|
||||
u32 unk00;
|
||||
f32 unk04;
|
||||
u32 unk08;
|
||||
f32 unk0c;
|
||||
u32 unk10;
|
||||
u32 unk14;
|
||||
f32 unk18;
|
||||
u32 unk1c;
|
||||
u32 unk20;
|
||||
u32 unk24;
|
||||
f32 framestart;
|
||||
f32 frameend;
|
||||
};
|
||||
|
||||
struct act_attackamount {
|
||||
/*0x2c*/ u32 unk02c;
|
||||
/*0x2c*/ struct act_attackamount_2c *unk02c;
|
||||
/*0x30*/ u16 unk030;
|
||||
/*0x32*/ u8 unk032;
|
||||
/*0x33*/ s8 unk033;
|
||||
/*0x34*/ s8 unk034;
|
||||
/*0x35*/ s8 unk035;
|
||||
/*0x36*/ s8 unk036;
|
||||
/*0x37*/ s8 unk037;
|
||||
};
|
||||
|
||||
struct act_robotattack {
|
||||
|
||||
Reference in New Issue
Block a user