Home
last modified time | relevance | path

Searched refs:FormatSquare (Results 1 – 1 of 1) sorted by relevance

/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js70 result += FormatSquare(g_enPassentSquare);
108 result += FormatSquare(from).charAt(0);
110 result += FormatSquare(from).charAt(1);
112 result += FormatSquare(from);
115 result += FormatSquare(from).charAt(0);
122 result += FormatSquare(to);
140 function FormatSquare(square) { function
146 var result = FormatSquare(move & 0xFF) + FormatSquare((move >> 8) & 0xFF);