mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-06 01:28:25 -04:00
Rename if_chr_lost_track_of_target_maybe to if_target_is_player
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user