Decompile chrFindWaypointWithinPosQuadrant

This commit is contained in:
Ryan Dwyer
2020-11-21 01:15:27 +10:00
parent 5e6732299d
commit d26cab56bc
14 changed files with 116 additions and 352 deletions
+3 -3
View File
@@ -185,10 +185,10 @@ f32 chrGetTimer(struct chrdata *chr);
bool chrCanSeeTargetWithExtraCheck(struct chrdata *chr);
bool chrSawInjury(struct chrdata *chr, u8 arg1);
bool chrSawDeath(struct chrdata *chr, u8 arg1);
u32 func0f04a2d4(void);
s16 func0f04a37c(struct coord *pos, s16 *rooms, f32 angle, u8 arg3);
bool waypointIsWithin90DegreesOfPosAngle(struct waypoint *waypoint, struct coord *pos, f32 angle);
s32 chrFindWaypointWithinPosQuadrant(struct coord *pos, s16 *rooms, f32 angle, u8 quadrant);
u32 func0f04a4ec(struct chrdata *chr, u8 arg1);
bool func0f04a674(struct chrdata *chr, u8 arg1);
bool chrSetPadPresetToWaypointWithinTargetQuadrant(struct chrdata *chr, u8 arg1);
bool func0f04a7dc(u32 chrnum, struct chrdata *chr, f32 distance, s32 padnum);
bool func0f04a848(u8 chrnum, struct chrdata *chr, f32 distance, struct coord *pos, s16 *room);
u32 chrIsInLoadedRoom(struct chrdata *chr);
+1 -1
View File
@@ -120,7 +120,7 @@
/*0x0073*/ bool aiIfObjectiveComplete(void);
/*0x0074*/ bool aiIfObjectiveFailed(void);
/*0x0075*/ bool ai0075(void);
/*0x0076*/ bool ai0076(void);
/*0x0076*/ bool aiSetPadPresetToTargetQuadrant(void);
/*0x0077*/ bool aiIfDifficultyLessThan(void);
/*0x0078*/ bool aiIfDifficultyGreaterThan(void);
/*0x0079*/ bool aiIfUptimeLessThan(void);