mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 23:26:00 -04:00
Discover and decompile aiIfTargetYDifferenceLessThan
This commit is contained in:
@@ -1674,6 +1674,11 @@
|
||||
color, \
|
||||
mkshort(text),
|
||||
|
||||
#define if_target_y_difference_lt(distance, label) \
|
||||
mkshort(0x01a6), \
|
||||
distance / 10, \
|
||||
label
|
||||
|
||||
#define if_chr_propsoundcount_zero(chr, label) \
|
||||
mkshort(0x01a7), \
|
||||
chr, \
|
||||
|
||||
@@ -389,7 +389,7 @@
|
||||
/*0x01a3*/ bool ai01a3(void);
|
||||
/*0x01a4*/ bool aiShowText(void);
|
||||
/*0x01a5*/ bool ai01a5(void);
|
||||
/*0x01a6*/ bool ai01a6(void);
|
||||
/*0x01a6*/ bool aiIfTargetYDifferenceLessThan(void);
|
||||
/*0x01a7*/ bool aiIfChrPropsoundcountZero(void);
|
||||
/*0x01aa*/ bool ai01aa(void);
|
||||
/*0x01ab*/ bool aiIfNumKnockedOutChrs(void);
|
||||
|
||||
Reference in New Issue
Block a user