Decompile aibotGetWeaponPad

This commit is contained in:
Ryan Dwyer
2020-03-12 17:22:21 +10:00
parent 057eb2e0a6
commit 13f4c1ec2b
5 changed files with 14 additions and 24 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ u32 func0f197d94(void);
bool chrHasWeapon(struct chrdata *chr, u32 weaponnum);
u32 func0f197e8c(void);
void aibotGiveDualWeapon(struct chrdata *chr, u32 weaponnum);
u32 chrGetWeaponPad(struct chrdata *chr, u32 weaponnum);
s16 aibotGetWeaponPad(struct chrdata *chr, u32 weaponnum);
void chrGiveWeapon(struct chrdata *chr, struct prop *prop);
u32 func0f198068(void);
u32 func0f198278(void);
+1 -1
View File
@@ -5149,7 +5149,7 @@ struct memorypool {
struct invitem_type1 {
s16 weapon1;
s16 weapon2;
s16 pickuppad;
};
struct invitem_typeprop {