mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-24 16:43:09 -04:00
Identify aiIfDistanceFromTargetToPadLessThan
This commit is contained in:
@@ -2637,7 +2637,7 @@ u8 func0413_defend_pad[] = {
|
||||
set_target_chr(CHR_P1P2)
|
||||
if_chr_sees_player(/*goto*/ 0x21)
|
||||
if_enemy_distance_lt_and_los(2540, /*goto*/ 0x21)
|
||||
if_distance_to_pad_gt2(200, TARGET_PAD, /*goto*/ 0x22)
|
||||
if_distance_from_target_to_pad_lt(200, TARGET_PAD, /*goto*/ 0x22)
|
||||
endloop(0x1f)
|
||||
|
||||
label(0x21)
|
||||
|
||||
Reference in New Issue
Block a user