You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
downward triangle character 0xee
This commit is contained in:
@@ -99,6 +99,7 @@ chars = {
|
|||||||
0xEA: "é",
|
0xEA: "é",
|
||||||
0xEB: "→",
|
0xEB: "→",
|
||||||
0xED: "▶",
|
0xED: "▶",
|
||||||
|
0xEE: "▼",
|
||||||
0xEF: "♂",
|
0xEF: "♂",
|
||||||
0xF0: "¥",
|
0xF0: "¥",
|
||||||
0xF1: "×",
|
0xF1: "×",
|
||||||
|
@@ -287,6 +287,7 @@ chars = {
|
|||||||
"é": 0xEA,
|
"é": 0xEA,
|
||||||
"→": 0xEB,
|
"→": 0xEB,
|
||||||
"▶": 0xED,
|
"▶": 0xED,
|
||||||
|
"▼": 0xEE,
|
||||||
"♂": 0xEF,
|
"♂": 0xEF,
|
||||||
"¥": 0xF0,
|
"¥": 0xF0,
|
||||||
"×": 0xF1,
|
"×": 0xF1,
|
||||||
|
Reference in New Issue
Block a user