Rename ai0036 to aiRandom

This commit is contained in:
Ryan Dwyer 2019-10-07 23:07:29 +10:00
parent 40a47ee5c2
commit 85e60cc2e5
3 changed files with 3 additions and 3 deletions

View File

@ -1350,7 +1350,7 @@ bool aiRunToChr(void)
* @cmd 0036
*/
GLOBAL_ASM(
glabel ai0036
glabel aiRandom
/* f04f6dc: 27bdffe8 */ addiu $sp,$sp,-24
/* f04f6e0: afbf0014 */ sw $ra,0x14($sp)
/* f04f6e4: 0c004b70 */ jal 0x12dc0

View File

@ -57,7 +57,7 @@
/*0x0033*/ bool aiIfDying(void);
/*0x0034*/ bool ai0034(void);
/*0x0035*/ bool aiIfPlayerInSight(void);
/*0x0036*/ bool ai0036(void);
/*0x0036*/ bool aiRandom(void);
/*0x0037*/ bool ai0037(void);
/*0x0038*/ bool ai0038(void);
/*0x0039*/ bool ai0039(void);

View File

@ -14003,7 +14003,7 @@ bool (*command_pointers[])(void) = {
/*0x0033*/ aiIfDying,
/*0x0034*/ ai0034,
/*0x0035*/ aiIfPlayerInSight,
/*0x0036*/ ai0036,
/*0x0036*/ aiRandom,
/*0x0037*/ ai0037,
/*0x0038*/ ai0038,
/*0x0039*/ ai0039,