mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-09 04:29:29 -04:00
Identify aiIfDistanceFromTargetToPadLessThan
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
@@ -14042,7 +14042,7 @@ bool (*g_CommandPointers[])(void) = {
|
||||
/*0x0056*/ aiIfDistanceToChrLessThan,
|
||||
/*0x0057*/ aiIfDistanceToChrGreaterThan,
|
||||
/*0x0058*/ ai0058,
|
||||
/*0x0059*/ ai0059,
|
||||
/*0x0059*/ aiIfDistanceFromTargetToPadLessThan,
|
||||
/*0x005a*/ ai005a,
|
||||
/*0x005b*/ ai005b,
|
||||
/*0x005c*/ ai005c,
|
||||
|
||||
Reference in New Issue
Block a user