Identify aiIfDistanceFromTargetToPadLessThan

This commit is contained in:
Ryan Dwyer
2019-11-08 21:51:12 +10:00
parent 8c2e9673bc
commit 9be82dbb1f
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1213,7 +1213,7 @@ u8 func0007_alerted[] = {
dprint 'W','A','I','T',' ','F','O','R',' ','A','M','B','\n',0,
if_in_disarm_range(/*goto*/ 0xa3)
dprint 'A','M','B','1','\n',0,
if_distance_to_pad_gt2(200, TARGET_PAD, /*goto*/ 0x13)
if_distance_from_target_to_pad_lt(200, TARGET_PAD, /*goto*/ 0x13)
dprint 'A','M','B','2','\n',0,
consider_coop_for_p1p2_chr(CHR_SELF)
set_target_chr(CHR_P1P2)
+1 -1
View File
@@ -14042,7 +14042,7 @@ bool (*g_CommandPointers[])(void) = {
/*0x0056*/ aiIfDistanceToChrLessThan,
/*0x0057*/ aiIfDistanceToChrGreaterThan,
/*0x0058*/ ai0058,
/*0x0059*/ ai0059,
/*0x0059*/ aiIfDistanceFromTargetToPadLessThan,
/*0x005a*/ ai005a,
/*0x005b*/ ai005b,
/*0x005c*/ ai005c,