mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-05-28 00:15:41 -04:00
Identify aiIfChrDistanceToPadGreaterThan
This commit is contained in:
@@ -2258,7 +2258,7 @@ glabel aiIfChrSameFloorDistanceToPadLessThan
|
||||
* @cmd 0055
|
||||
*/
|
||||
GLOBAL_ASM(
|
||||
glabel ai0055
|
||||
glabel aiIfChrDistanceToPadGreaterThan
|
||||
/* f050d40: 27bdffd0 */ addiu $sp,$sp,-48
|
||||
/* f050d44: afb00018 */ sw $s0,0x18($sp)
|
||||
/* f050d48: 3c10800a */ lui $s0,0x800a
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
/*0x0052*/ bool aiIfDistanceToTargetLessThan(void);
|
||||
/*0x0053*/ bool aiIfDistanceToTargetGreaterThan(void);
|
||||
/*0x0054*/ bool aiIfChrDistanceToPadLessThan(void);
|
||||
/*0x0055*/ bool ai0055(void);
|
||||
/*0x0055*/ bool aiIfChrDistanceToPadGreaterThan(void);
|
||||
/*0x0056*/ bool ai0056(void);
|
||||
/*0x0057*/ bool ai0057(void);
|
||||
/*0x0058*/ bool ai0058(void);
|
||||
|
||||
@@ -14038,7 +14038,7 @@ bool (*g_CommandPointers[])(void) = {
|
||||
/*0x0052*/ aiIfDistanceToTargetLessThan,
|
||||
/*0x0053*/ aiIfDistanceToTargetGreaterThan,
|
||||
/*0x0054*/ aiIfChrDistanceToPadLessThan,
|
||||
/*0x0055*/ ai0055,
|
||||
/*0x0055*/ aiIfChrDistanceToPadGreaterThan,
|
||||
/*0x0056*/ ai0056,
|
||||
/*0x0057*/ ai0057,
|
||||
/*0x0058*/ ai0058,
|
||||
|
||||
Reference in New Issue
Block a user