Attempt to decompile ai01bc

This commit is contained in:
Ryan Dwyer 2019-12-03 17:51:41 +10:00
parent 840789c0fb
commit 3ee48d7590
1 changed files with 14 additions and 0 deletions

View File

@ -14083,6 +14083,20 @@ glabel ai01bc
/* f05eb38: 00000000 */ sll $zero,$zero,0x0
);
// Mismatch due to different temporary registers
//bool ai01bc(void)
//{
// u8 *cmd = g_Vars.ailist + g_Vars.aioffset;
//
// if (cmd[2] == ((g_Vars.chrdata->BITFIELD.word << 9) >> 29)) {
// g_Vars.aioffset = chraiGoToLabel(g_Vars.ailist, g_Vars.aioffset, cmd[3]);
// } else {
// g_Vars.aioffset += 4;
// }
//
// return false;
//}
/**
* @cmd 01bd
*/