Identify aiIfChrDistanceToPadGreaterThan

This commit is contained in:
Ryan Dwyer 2019-11-08 20:55:23 +10:00
parent 32496d1416
commit 4626f11eec
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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);

View File

@ -14038,7 +14038,7 @@ bool (*g_CommandPointers[])(void) = {
/*0x0052*/ aiIfDistanceToTargetLessThan,
/*0x0053*/ aiIfDistanceToTargetGreaterThan,
/*0x0054*/ aiIfChrDistanceToPadLessThan,
/*0x0055*/ ai0055,
/*0x0055*/ aiIfChrDistanceToPadGreaterThan,
/*0x0056*/ ai0056,
/*0x0057*/ ai0057,
/*0x0058*/ ai0058,