Decompile ammocrateGetPickupAmmoQty

This commit is contained in:
Ryan Dwyer
2020-03-07 21:49:41 +10:00
parent c818eaaf83
commit 0ec74b4bac
4 changed files with 32 additions and 76 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ u32 func0f087d10(void);
u32 func0f087e40(void);
u32 func0f087fb0(void);
u32 func0f088028(void);
u32 func0f08819c(void);
s32 ammocrateGetPickupAmmoQty(struct ammocrateobj *crate);
s32 weaponGetPickupAmmoQty(struct weaponobj *weapon);
u32 func0f08841c(void);
u32 func0f0887c8(void);
+5
View File
@@ -955,6 +955,11 @@ struct autogunobj { // objtype 0d
/*0xa8*/ u8 autogun_type;
};
struct ammocrateobj { // objtype 14
struct defaultobj base;
/*0x5c*/ u32 ammotype;
};
struct truckobj {
struct defaultobj base;
/*0x5c*/ u8 *ailist;