Decompile func0f000648

This commit is contained in:
Ryan Dwyer
2021-09-12 20:37:49 +10:00
parent 667a2c0a70
commit 2b44c53f7f
3 changed files with 44 additions and 140 deletions
+1
View File
@@ -196,6 +196,7 @@ extern f32 g_DamageDealtScale;
extern f32 var80062cac;
extern s32 var80062cbc;
extern struct animtablerow g_DeathAnimsHumanGun[];
extern struct animtablerow g_AnimTableHumanSlumped[];
extern struct animtable *g_AnimTablesByRace[];
extern struct attackanimconfig var800656c0[];
extern struct attackanimgroup *g_StandHeavyAttackAnims[][32];
+4 -4
View File
@@ -7,10 +7,10 @@
void func0f000130(void);
u16 func0f0002a0(s16 animnum, s32 frame, s32 endframe);
s32 func0f000358(s16 animnum, s32 startframe, s32 endframe);
u32 func0f00040c(void);
u32 func0f00052c(void);
u32 func0f000590(void);
void func0f00040c(struct attackanimconfig *config);
void func0f00052c(struct attackanimgroup **group);
u32 func0f000590(struct animtablerow *row);
f32 func0f0005c0(s16 animnum);
u32 func0f000648(void);
void func0f000648(void);
#endif