PDA

View Full Version : This script should probably be in std.zh



_L_
09-23-2006, 11:37 AM
int ComboAt(int x, int y) {
return (y & 240)+(x>>4);
}It's going to be used a lot.

DarkDragon
09-23-2006, 04:06 PM
Agreed, and added.