Decompile chrTickPreArgh

This commit is contained in:
Ryan Dwyer
2020-02-21 17:04:50 +10:00
parent 5dc8d4971d
commit 66b2b9ae1b
3 changed files with 27 additions and 40 deletions
+1 -1
View File
@@ -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);
+9
View File
@@ -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;