Code:
int ComboAt(int x, int y) {
 return (y & 240)+(x>>4);
}
It's going to be used a lot.