Replace them with GE_CMD_UNKNOWN_XX

This commit is contained in:
raven02 2013-09-20 21:10:32 +08:00
parent c7f830f575
commit 83bac402c4

View File

@ -335,22 +335,23 @@ static const CommandTableEntry commandTable[] = {
{GE_CMD_BONEMATRIXDATA, FLAG_EXECUTE},
// "Missing" commands (gaps in the sequence)
{0x03},
{0x0d},
{0x11},
{0x29},
{0x34},
{0x35},
{0x39},
{0x4e},
{0x4f},
{0x52},
{0x59},
{0x5a},
{0xb6},
{0xb7},
{0xd1},
{0xed},
// "Missing" commands (gaps in the sequence)
{GE_CMD_UNKNOWN_03, 0},
{GE_CMD_UNKNOWN_0D, 0},
{GE_CMD_UNKNOWN_11, 0},
{GE_CMD_UNKNOWN_29, 0},
{GE_CMD_UNKNOWN_34, 0},
{GE_CMD_UNKNOWN_35, 0},
{GE_CMD_UNKNOWN_39, 0},
{GE_CMD_UNKNOWN_4E, 0},
{GE_CMD_UNKNOWN_4F, 0},
{GE_CMD_UNKNOWN_52, 0},
{GE_CMD_UNKNOWN_59, 0},
{GE_CMD_UNKNOWN_5A, 0},
{GE_CMD_UNKNOWN_B6, 0},
{GE_CMD_UNKNOWN_B7, 0},
{GE_CMD_UNKNOWN_D1, 0},
{GE_CMD_UNKNOWN_ED, 0},
};