A. M. DeWitt wrote on Sat, Jan 27, 2024 08:56 PM EST:
Your using the wrong file for the diagram. For the morph trick to work, you need to use the betzaNew.js file.
You can also put in this code between the betzaNew call and the diagram definition to achieve the same effect without needing to change the Tokin's ID (also requires betzaNew.js):
Your using the wrong file for the diagram. For the morph trick to work, you need to use the betzaNew.js file.
You can also put in this code between the betzaNew call and the diagram definition to achieve the same effect without needing to change the Tokin's ID (also requires betzaNew.js):
<script>
function pieceTinker(m, d)
{
piece = m[-6] & 511;
if((piece == 1) && d == 0) { m[-1] = (m[-6] & 1024 | piece + promoOffset); return 2; }
}
</script>