mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-31 23:58:38 -04:00
Decompile chrTickPreArgh
This commit is contained in:
@@ -40,7 +40,7 @@ u32 func0f031384(void);
|
||||
u32 func0f0318b8(void);
|
||||
u32 func0f0319a8(void);
|
||||
u32 func0f032ac4(void);
|
||||
u32 func0f032fe4(void);
|
||||
void func0f032fe4(struct chrdata *chr, struct coord *pos, f32 arg2, f32 arg3, u32 *arg4, u32 arg5);
|
||||
u32 func0f03323c(void);
|
||||
u32 func0f033654(void);
|
||||
u32 func0f0336a8(void);
|
||||
|
||||
@@ -362,6 +362,14 @@ struct act_dead {
|
||||
/*0x3c*/ u32 unk03c;
|
||||
};
|
||||
|
||||
struct act_preargh {
|
||||
/*0x2c*/ struct coord pos;
|
||||
/*0x38*/ f32 unk038;
|
||||
/*0x3c*/ f32 unk03c;
|
||||
/*0x40*/ u32 unk040;
|
||||
/*0x44*/ u32 unk044;
|
||||
};
|
||||
|
||||
struct act_attack {
|
||||
/*0x2c*/ u32 unk02c;
|
||||
/*0x30*/ u16 unk030;
|
||||
@@ -504,6 +512,7 @@ struct chrdata {
|
||||
struct act_anim act_anim;
|
||||
struct act_die act_die;
|
||||
struct act_dead act_dead;
|
||||
struct act_preargh act_preargh;
|
||||
struct act_attack act_attack;
|
||||
struct act_sidestep act_sidestep;
|
||||
struct act_jumpout act_jumpout;
|
||||
|
||||
Reference in New Issue
Block a user