Promotion piece type (knight..queen) for a promotion move.
int movePromoType(int m) => knight + (moveFlag(m) & 0x3);