Rename if_chr_lost_track_of_target_maybe to if_target_is_player

This commit is contained in:
Ryan Dwyer
2019-12-29 08:29:34 +10:00
parent e922b18cc8
commit 56e7198a69
11 changed files with 29 additions and 30 deletions
+1 -2
View File
@@ -1919,8 +1919,7 @@
0x00, \
label,
// In practice, scripts will assign function unalerted guard if this passes
#define if_chr_lost_track_of_target_maybe(label) \
#define if_target_is_player(label) \
mkshort(0x0183), \
label,
+1 -1
View File
@@ -364,7 +364,7 @@
/*0x0180*/ bool aiAudioRestartSfx(void);
/*0x0181*/ bool aiIfPlayerLookingAtObject(void);
/*0x0182*/ bool aiPunchOrKick(void);
/*0x0183*/ bool ai0183(void);
/*0x0183*/ bool aiIfTargetIsPlayer(void);
/*0x0184*/ bool ai0184(void);
/*0x0185*/ bool ai0185(void);
/*0x0186*/ bool aiIfSoundTimer(void);