22:03:20 I had started to implement the coordinate input in Free Hero Mesh: I added functions: encode_move, encode_move_list, decode_move, decode_move_list. I changed the type of input elements from Uint8 to MoveItem (which is currently defined as Uint8, but may later be changed to Uint16). Only the MOVE_LIST() SQL function has been changed to use this, so far. 22:03:28 Then, the rest of the program must be changed to use these functions, and then the program can be changed to support other kinds of move inputs.