Decompile func0f09cd18

This commit is contained in:
Ryan Dwyer
2021-03-04 17:29:33 +10:00
parent 6d97b51f61
commit 968e1791d2
6 changed files with 28 additions and 56 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ u32 func0f09bf44(void);
u32 func0f09c01c(void);
u32 func0f09cb44(void);
s32 func0f09cb5c(struct handweaponinfo *info, s32 handnum, s32 lvupdate);
void func0f09cd18(s32 handnum, s32 arg1);
bool func0f09cd18(s32 handnum, s32 arg1);
void func0f09cdc4(s32 handnum);
void func0f09ce8c(void);
void func0f09ceac(void);
+1 -1
View File
@@ -8,7 +8,7 @@ struct weapon *weaponFindById(s32 itemid);
struct weaponfunc *weaponGetFunctionById(u32 weaponnum, u32 which);
struct weaponfunc *handGetWeaponFunction2(struct shorthand *hand);
struct weaponfunc *handGetWeaponFunction(struct shorthand *hand);
struct weaponfunc *weaponGetFunction(u8 *arg0, s32 which);
struct weaponfunc *weaponGetFunction(struct shorthand *hand, s32 which);
struct weaponfunc *currentPlayerGetWeaponFunction(u32 hand);
struct inventory_typee *func0f0b11bc(struct shorthand *hand);
struct inventory_ammo *weaponGetAmmoByFunction(u32 weaponnum, u32 funcnum);