Skip to content

Commit 8765594

Browse files
committed
Make shoshogi drunken elephant move notation similar (one kanji) to lishogi chushogi
1 parent 453ee17 commit 8765594

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/apiutil.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ inline std::string piece_to_shogi_japanese_char(PieceType pt, bool promoted) {
172172
case SHOGI_KNIGHT: return "\u6842"; // 桂 (knight)
173173
case LANCE: return "\u9999"; // 香 (lance)
174174
case SHOGI_PAWN: return "\u6b69"; // 歩 (pawn)
175-
case CUSTOM_PIECE_1: return "\u9154\u8c61"; // 酔象 (drunken elephant, sho-shogi)
176-
case COMMONER: return "\u592a\u5b50"; // 太子 (crown prince, sho-shogi)
175+
case CUSTOM_PIECE_1: return "\u8c61"; // (drunken elephant, sho-shogi)
176+
case COMMONER: return "\u592a"; // (crown prince, sho-shogi)
177177
default: return "?";
178178
}
179179
}

0 commit comments

Comments
 (0)