mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-04 16:59:49 -04:00
Decompile func0f031254
This commit is contained in:
@@ -35,7 +35,7 @@ void chrAttackWalk(struct chrdata *chr, u32 speed);
|
||||
u32 func0f030a40(void);
|
||||
void chrAttackRoll(struct chrdata *chr, bool direction);
|
||||
void func0f030ff8(struct chrdata *chr, u32 anim_id, f32 fstartframe, f32 fendframe, u8 flags, u32 transition, f32 result);
|
||||
u32 func0f031254(void);
|
||||
void func0f031254(struct chrdata *chr);
|
||||
void func0f031384(struct chrdata *chr, u32 *arg1, bool arg2, s32 *firing, u32 entitytype, u32 entityid, u32 arg6);
|
||||
u32 func0f0318b8(void);
|
||||
u32 func0f0319a8(void);
|
||||
|
||||
+3
-1
@@ -409,11 +409,13 @@ struct act_preargh {
|
||||
};
|
||||
|
||||
struct act_attack {
|
||||
/*0x2c*/ u32 unk02c;
|
||||
/*0x2c*/ f32 *unk02c;
|
||||
/*0x30*/ u16 unk030;
|
||||
/*0x32*/ u8 unk032;
|
||||
/*0x33*/ s8 unk033;
|
||||
/*0x34*/ s8 unk034;
|
||||
/*0x35*/ u8 unk035;
|
||||
/*0x36*/ s8 unk036;
|
||||
/*0x38*/ u32 unk038;
|
||||
/*0x3c*/ u32 unk03c;
|
||||
/*0x40*/ u32 unk040;
|
||||
|
||||
Reference in New Issue
Block a user