shithub: pokecrystal

Download patch

ref: d3872d1aa94a2ae6294f7cce3584f4d0aaa16fcb
parent: 6597eb7e505a973a49e0fbd602f66f74395e2200
author: yenatch <[email protected]>
date: Sun Jun 30 22:48:08 EDT 2013

chars: ▷

--- a/extras/chars.py
+++ b/extras/chars.py
@@ -98,6 +98,7 @@
     0xE9: "&",
     0xEA: "é",
     0xEB: "→",
+    0xEC: "▷",
     0xED: "▶",
     0xEE: "▼",
     0xEF: "♂",
--- a/preprocessor.py
+++ b/preprocessor.py
@@ -286,6 +286,7 @@
 "&": 0xE9,
 "é": 0xEA,
 "→": 0xEB,
+"▷": 0xEC,
 "▶": 0xED,
 "▼": 0xEE,
 "♂": 0xEF,