From 85e60cc2e5919781fce62977aaac9286f63596f7 Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Mon, 7 Oct 2019 23:07:29 +1000 Subject: [PATCH] Rename ai0036 to aiRandom --- src/game/chr/chraicommands.c | 2 +- src/include/game/chr/chraicommands.h | 2 +- src/setup/setup_000000.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/game/chr/chraicommands.c b/src/game/chr/chraicommands.c index 5df7d44ed..e9d2b867c 100644 --- a/src/game/chr/chraicommands.c +++ b/src/game/chr/chraicommands.c @@ -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 diff --git a/src/include/game/chr/chraicommands.h b/src/include/game/chr/chraicommands.h index 8b8d23ef3..a5467a5c9 100644 --- a/src/include/game/chr/chraicommands.h +++ b/src/include/game/chr/chraicommands.h @@ -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); diff --git a/src/setup/setup_000000.c b/src/setup/setup_000000.c index d6d81fa51..8d7b69349 100644 --- a/src/setup/setup_000000.c +++ b/src/setup/setup_000000.c @@ -14003,7 +14003,7 @@ bool (*command_pointers[])(void) = { /*0x0033*/ aiIfDying, /*0x0034*/ ai0034, /*0x0035*/ aiIfPlayerInSight, - /*0x0036*/ ai0036, + /*0x0036*/ aiRandom, /*0x0037*/ ai0037, /*0x0038*/ ai0038, /*0x0039*/ ai0039,