mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-30 15:53:34 -04:00
Decompile aiIfDistanceToGunLessThan
This commit is contained in:
@@ -1480,7 +1480,7 @@
|
||||
bool, \
|
||||
label,
|
||||
|
||||
#define if_distance_to_target_position_lt(distance, label) \
|
||||
#define if_distance_to_gun_lt(distance, label) \
|
||||
mkshort(0x0171), \
|
||||
mkshort(distance / 10), \
|
||||
label,
|
||||
|
||||
@@ -346,7 +346,7 @@
|
||||
/*0x016e*/ bool ai016e(void);
|
||||
/*0x016f*/ bool aiIfChrHasGun(void);
|
||||
/*0x0170*/ bool ai0170(void);
|
||||
/*0x0171*/ bool ai0171(void);
|
||||
/*0x0171*/ bool aiIfDistanceToGunLessThan(void);
|
||||
/*0x0172*/ bool ai0172(void);
|
||||
/*0x0173*/ bool aiChrCopyProperties(void);
|
||||
/*0x0174*/ bool aiIfCutsceneButtonPressed(void);
|
||||
|
||||
Reference in New Issue
Block a user