mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-07 20:01:13 -04:00
Attempt to decompile func0f19978c
This commit is contained in:
@@ -112,7 +112,7 @@ u32 func0f186508(void);
|
||||
void func0f1866b8(s32 playernum, char *message);
|
||||
u32 func0f186780(void);
|
||||
u32 chrGiveBriefcase(struct chrdata *chr, struct prop *prop);
|
||||
u32 func0f187288(void);
|
||||
void func0f187288(struct chrdata *chr, struct prop *prop);
|
||||
bool chrGiveUplink(struct chrdata *chr, struct prop *prop);
|
||||
void scenarioHtmActivateUplink(struct chrdata *chr, struct prop *prop);
|
||||
s32 menuhandlerMpDropOut(u32 operation, struct menuitem *item, union handlerdata *data);
|
||||
|
||||
@@ -8,7 +8,7 @@ void mpAibotApplyCommand(struct chrdata *chr, u32 command);
|
||||
void func0f197c00(struct chrdata *chr);
|
||||
struct aibot014 *func0f197c70(struct chrdata *chr);
|
||||
struct invitem *aibotGetInvItem(struct chrdata *chr, u32 weaponnum);
|
||||
u32 func0f197d94(void);
|
||||
void func0f197d94(struct chrdata *chr, s32 weaponnum);
|
||||
u32 aibotGetInvItemType(struct chrdata *chr, u32 weaponnum);
|
||||
bool func0f197e8c(struct chrdata *chr, u32 weaponnum);
|
||||
void aibotGiveDualWeapon(struct chrdata *chr, u32 weaponnum);
|
||||
@@ -23,8 +23,8 @@ u32 func0f198df8(void);
|
||||
u32 func0f198e38(void);
|
||||
u32 func0f198e78(void);
|
||||
u32 func0f198eec(void);
|
||||
u32 func0f1994b0(void);
|
||||
void func0f19978c(struct chrdata *chr, u32 weaponnum, bool arg2);
|
||||
void func0f1994b0(struct chrdata *chr, bool arg1, bool arg2);
|
||||
void func0f19978c(struct chrdata *chr, s32 weaponnum, u8 arg2);
|
||||
void func0f199964(struct chrdata *chr, u32 weaponnum);
|
||||
void func0f199984(struct chrdata *chr, u32 weaponnum);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user