Decompile bgunUpdateBlend

This commit is contained in:
Ryan Dwyer
2022-04-02 13:32:32 +10:00
parent 38146c758d
commit 5a8d08bd2a
3 changed files with 150 additions and 594 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ void bgunInitHandAnims(void);
f32 bgunGetNoiseRadius(s32 handnum);
void bgunDecreaseNoiseRadius(void);
void bgunCalculateBlend(s32 hand);
void bgun0f09d550(struct hand *hand, s32 handnum);
void bgunUpdateBlend(struct hand *hand, s32 handnum);
void bgun0f09d8dc(f32 breathing, f32 arg1, f32 arg2, f32 arg3, f32 arg4);
bool bgun0f09dd7c(void);
u32 bgunGetGunMemType(void);
+3 -3
View File
@@ -2268,9 +2268,9 @@ struct hand {
/*0x0714*/ struct coord damppossum;
/*0x0720*/ struct coord damplooksum;
/*0x072c*/ struct coord dampupsum;
/*0x0738*/ f32 blendpos[4][3];
/*0x0768*/ f32 blendlook[4][3];
/*0x0798*/ f32 blendup[4][3];
/*0x0738*/ struct coord blendpos[4];
/*0x0768*/ struct coord blendlook[4];
/*0x0798*/ struct coord blendup[4];
/*0x07c8*/ s32 curblendpos;
/*0x07cc*/ f32 dampt;
/*0x07d0*/ f32 blendscale;