Discover and decompile aiIfTargetYDifferenceLessThan

This commit is contained in:
Ryan Dwyer
2019-11-17 22:51:51 +10:00
parent 4cdeed73da
commit 88ebec218d
4 changed files with 25 additions and 59 deletions
+5
View File
@@ -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, \
+1 -1
View File
@@ -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);