mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-12 12:15:11 -04:00
Decompile ammocrateGetPickupAmmoQty
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user