Decompile func0f03119c

This commit is contained in:
Ryan Dwyer
2019-12-22 22:55:29 +10:00
parent b1a813ad08
commit ec99de7b81
3 changed files with 29 additions and 58 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ u32 chrAttackWalk(void);
u32 func0f030a40(void);
u32 chrAttackRoll(void);
void func0f030ff8(struct chrdata *chr, u32 anim_id, float fstartframe, float fendframe, u8 flags, u32 transition, float result);
u32 func0f03119c(void);
void func0f03119c(struct chrdata *chr);
u32 func0f031254(void);
u32 func0f031384(void);
u32 func0f0318b8(void);
+3 -2
View File
@@ -113,7 +113,7 @@ struct chrdata {
/*0x02c*/ u32 unk02c;
/*0x030*/ u32 unk030;
/*0x034*/ u32 unk034;
/*0x038*/ u32 unk038;
/*0x038*/ s32 unk038;
/*0x03c*/ u32 unk03c;
/*0x040*/ u32 unk040;
/*0x044*/ u32 unk044;
@@ -298,7 +298,8 @@ struct chrdata {
/*0x35f*/ u8 maxdodgerating;
/*0x360*/ u8 unarmeddodgerating;
/*0x361*/ u8 lastfootsample;
/*0x362*/ u8 onlift;
/*0x362*/ u8 onlift_00 : 4;
/*0x362*/ u8 onlift_04 : 4;
/*0x364*/ u32 unk364;
};