mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-16 04:44:08 -04:00
Attempt to decompile aiSayQuip
This commit is contained in:
@@ -302,7 +302,7 @@
|
||||
/*0x012b*/ bool aiIfTargetMovingCloser(void);
|
||||
/*0x012c*/ bool aiIfTargetMovingAway(void);
|
||||
/*0x012f*/ bool ai012f(void);
|
||||
/*0x0130*/ bool ai0130(void);
|
||||
/*0x0130*/ bool aiSayQuip(void);
|
||||
/*0x0131*/ bool aiIncreaseSquadronAlertness(void);
|
||||
/*0x0132*/ bool aiSetAction(void);
|
||||
/*0x0133*/ bool aiSetTeamOrders(void);
|
||||
|
||||
@@ -218,10 +218,11 @@ extern u32 var8006845c;
|
||||
extern u8 g_ChrTeamIds[MAX_TEAMS];
|
||||
extern u32 var8006846c;
|
||||
extern struct coord var80068fe0;
|
||||
extern u16 quiptable_human_bank0[];
|
||||
extern u16 quiptable_human_bank1[];
|
||||
extern u16 quiptable_skedar[];
|
||||
extern u16 quiptable_maian[];
|
||||
extern s16 g_GuardQuipBank[][4];
|
||||
extern s16 g_SpecialQuipBank[][4];
|
||||
extern s16 g_QuipTexts[][4];
|
||||
extern s16 g_SkedarQuipBank[][4];
|
||||
extern s16 g_MaianQuipBank[][4];
|
||||
extern s16 ciquiptable_bank0[][3];
|
||||
extern s16 ciquiptable_bank1[][3];
|
||||
extern s16 ciquiptable_bank2[][3];
|
||||
|
||||
@@ -329,8 +329,8 @@ bool func0f04c6b4(struct chrdata *chr, u32 distance);
|
||||
bool func0f04c71c(struct chrdata *chr, u32 distance);
|
||||
s16 *teamGetChrIds(s32 team_id);
|
||||
s16 *squadronGetChrIds(s32 squadron_id);
|
||||
void func0f04ceec(s16 value);
|
||||
bool func0f04cf34(s16 value);
|
||||
void audioMarkAsRecentlyPlayed(s16 value);
|
||||
bool audioWasNotPlayedRecently(s16 value);
|
||||
void func0f04cf90(struct chrdata *chr, s32 arg1);
|
||||
bool func0f04d44c(struct chrdata *chr);
|
||||
void chrEmitSparks(struct chrdata *chr);
|
||||
|
||||
@@ -351,7 +351,7 @@ u32 func0f0923d4(void);
|
||||
u32 func0f092420(void);
|
||||
u32 func0f092484(void);
|
||||
u32 func0f092610(void);
|
||||
void func0f0926bc(struct prop *prop, u32 arg1, s32 arg2);
|
||||
void func0f0926bc(struct prop *prop, u32 arg1, u16 arg2);
|
||||
s32 func0f0927d4(f32 arg0, f32 arg1, f32 arg2, f32 arg3, s16 arg4);
|
||||
s32 func0f092914(s32 arg0);
|
||||
u32 func0f09294c(void);
|
||||
|
||||
Reference in New Issue
Block a user