mirror of https://github.com/pret/pokecrystal.git
chars: ▷
This commit is contained in:
parent
6597eb7e50
commit
d3872d1aa9
|
@ -98,6 +98,7 @@ chars = {
|
||||||
0xE9: "&",
|
0xE9: "&",
|
||||||
0xEA: "é",
|
0xEA: "é",
|
||||||
0xEB: "→",
|
0xEB: "→",
|
||||||
|
0xEC: "▷",
|
||||||
0xED: "▶",
|
0xED: "▶",
|
||||||
0xEE: "▼",
|
0xEE: "▼",
|
||||||
0xEF: "♂",
|
0xEF: "♂",
|
||||||
|
|
|
@ -286,6 +286,7 @@ chars = {
|
||||||
"&": 0xE9,
|
"&": 0xE9,
|
||||||
"é": 0xEA,
|
"é": 0xEA,
|
||||||
"→": 0xEB,
|
"→": 0xEB,
|
||||||
|
"▷": 0xEC,
|
||||||
"▶": 0xED,
|
"▶": 0xED,
|
||||||
"▼": 0xEE,
|
"▼": 0xEE,
|
||||||
"♂": 0xEF,
|
"♂": 0xEF,
|
||||||
|
|
Loading…
Reference in New Issue