Identify aiDuplicateChr

This commit is contained in:
Ryan Dwyer 2019-11-28 20:30:52 +10:00
parent c06d81aebe
commit c47b1d91c5
3 changed files with 3 additions and 3 deletions

View File

@ -6079,7 +6079,7 @@ bool ai00c9(void)
* @cmd 00ca
*/
GLOBAL_ASM(
glabel ai00ca
glabel aiDuplicateChr
/* f055b18: 3c03800a */ lui $v1,%hi(g_Vars)
/* f055b1c: 24639fc0 */ addiu $v1,$v1,%lo(g_Vars)
/* f055b20: 8c6e0434 */ lw $t6,0x434($v1)

View File

@ -204,7 +204,7 @@
/*0x00c7*/ bool ai00c7(void);
/*0x00c8*/ bool ai00c8(void);
/*0x00c9*/ bool ai00c9(void);
/*0x00ca*/ bool ai00ca(void);
/*0x00ca*/ bool aiDuplicateChr(void);
/*0x00cb*/ bool aiMessage(void);
/*0x00cc*/ bool aiShowText2(void);
/*0x00cd*/ bool ai00cd(void);

View File

@ -14334,7 +14334,7 @@ bool (*g_CommandPointers[])(void) = {
/*0x00c7*/ ai00c7,
/*0x00c8*/ ai00c8,
/*0x00c9*/ ai00c9,
/*0x00ca*/ ai00ca,
/*0x00ca*/ aiDuplicateChr,
/*0x00cb*/ aiMessage,
/*0x00cc*/ aiShowText2,
/*0x00cd*/ ai00cd,