Decompile aiSetChrPresetToUnalertedTeammate

This commit is contained in:
Ryan Dwyer
2019-12-12 19:00:45 +10:00
parent 6c568062d0
commit 6aa34c1283
14 changed files with 80 additions and 181 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
#include "types.h"
struct chrdata *chrFindById(struct chrdata *data, u32 chrnum);
struct chrdata *chrFindByLiteralId(u8 chrnum);
struct chrdata *chrFindByLiteralId(s32 chrnum);
float chrGetDistanceFromTargetToPad(struct chrdata *chr, s32 pad_id);
float chrGetDistanceToChr(struct chrdata *chr1, s32 chr2num);
float chrGetDistanceToCoord(struct chrdata *chr, struct coord *coord);
@@ -402,7 +402,7 @@ u32 func0f04c784(void);
void func0f04c874(struct chrdata *chr, u32 flags, struct coord *coord, s32 arg3, s32 arg4);
u32 func0f04cc04(void);
u32 func0f04cd04(void);
u32 func0f04ce00(void);
s16 *teamGetChrIds(s32 team_id);
u32 func0f04ce9c(void);
u32 func0f04ceec(void);
u32 func0f04cf34(void);
+1 -1
View File
@@ -312,7 +312,7 @@
/*0x0137*/ bool ai0137(void);
/*0x0138*/ bool aiIfChannelIdle(void);
/*0x0139*/ bool ai0139(void);
/*0x013a*/ bool ai013a(void);
/*0x013a*/ bool aiSetChrPresetToUnalertedTeammate(void);
/*0x013b*/ bool aiSetSquadron(void);
/*0x013c*/ bool ai013c(void);
/*0x013d*/ bool ai013d(void);