Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js125 if (move & moveflagPromoteBishop) result += "=B";
148 if (move & moveflagPromoteBishop) result += "b";
1179 var moveflagPromoteBishop = 0x80 << 16; variable
1771 else if (flags & moveflagPromoteBishop)
2242 …veStack[moveStack.length] = GenerateMove(start, square, moveflagPromotion | moveflagPromoteBishop);