Decompile func0f0990b0

This commit is contained in:
Ryan Dwyer
2020-05-14 22:09:36 +10:00
parent e7859ac73e
commit 05fb8f21e2
4 changed files with 47 additions and 67 deletions
+7
View File
@@ -2353,6 +2353,13 @@
#define SPECIALDIE_OVERRAILING 5
#define SPECIALDIE_ONCHAIR 6
#define SPECIALFUNC_REMOTEMINE_DETONATE 5
#define SPECIALFUNC_COMBATBOOST_BOOST 6
#define SPECIALFUNC_COMBATBOOST_REVERT 7
#define SPECIALFUNC_SNIPERRIFLE_CROUCH 8
#define SPECIALFUNC_RCP120_CLOAK 9
#define SPECIALFUNC_DATAUPLINK_UPLINK 12
#define SPEED_WALK 0
#define SPEED_JOG 1
#define SPEED_RUN 2
+1 -1
View File
@@ -22,7 +22,7 @@ u32 func0f098ca0(void);
u32 func0f098df8(void);
u32 func0f098f8c(void);
u32 func0f099008(u32 hand);
u32 func0f0990b0(void);
bool func0f0990b0(struct weaponfunc *basefunc, struct weapon *weapon);
u32 func0f099188(void);
u32 func0f0991e4(void);
u32 func0f099780(void);
+1 -1
View File
@@ -2677,7 +2677,7 @@ struct weaponfunc_close {
struct weaponfunc_special {
struct weaponfunc base;
/*0x14*/ u32 unk14;
/*0x14*/ u32 specialfunc;
/*0x18*/ u32 unk18;
/*0x1c*/ u32 unk1c;
};