mirror of https://github.com/pret/pokecrystal.git
downward triangle character 0xee
This commit is contained in:
parent
e46e8a3023
commit
2acb46f6b5
|
@ -99,6 +99,7 @@ chars = {
|
|||
0xEA: "é",
|
||||
0xEB: "→",
|
||||
0xED: "▶",
|
||||
0xEE: "▼",
|
||||
0xEF: "♂",
|
||||
0xF0: "¥",
|
||||
0xF1: "×",
|
||||
|
|
|
@ -287,6 +287,7 @@ chars = {
|
|||
"é": 0xEA,
|
||||
"→": 0xEB,
|
||||
"▶": 0xED,
|
||||
"▼": 0xEE,
|
||||
"♂": 0xEF,
|
||||
"¥": 0xF0,
|
||||
"×": 0xF1,
|
||||
|
|
Loading…
Reference in New Issue