mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-09 20:40:35 -04:00
Decompile aibotGetWeaponPad
This commit is contained in:
@@ -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
@@ -5149,7 +5149,7 @@ struct memorypool {
|
||||
|
||||
struct invitem_type1 {
|
||||
s16 weapon1;
|
||||
s16 weapon2;
|
||||
s16 pickuppad;
|
||||
};
|
||||
|
||||
struct invitem_typeprop {
|
||||
|
||||
Reference in New Issue
Block a user