mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-06 19:41:15 -04:00
Identify aiIfDistanceFromTargetToPadLessThan
This commit is contained in:
@@ -366,7 +366,7 @@
|
||||
chr, \
|
||||
label,
|
||||
|
||||
#define if_distance_to_pad_gt2(distance, pad, label) \
|
||||
#define if_distance_from_target_to_pad_lt(distance, pad, label) \
|
||||
mkshort(0x0059), \
|
||||
mkshort(distance / 10), \
|
||||
mkshort(pad), \
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
/*0x0056*/ bool aiIfDistanceToChrLessThan(void);
|
||||
/*0x0057*/ bool aiIfDistanceToChrGreaterThan(void);
|
||||
/*0x0058*/ bool ai0058(void);
|
||||
/*0x0059*/ bool ai0059(void);
|
||||
/*0x0059*/ bool aiIfDistanceFromTargetToPadLessThan(void);
|
||||
/*0x005a*/ bool ai005a(void);
|
||||
/*0x005b*/ bool ai005b(void);
|
||||
/*0x005c*/ bool ai005c(void);
|
||||
|
||||
Reference in New Issue
Block a user