diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-05-06 22:15:41 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-05-06 22:15:41 -0700 |
commit | 2a44711fa7b96868048f39418a6095ea7013608d (patch) | |
tree | ea7ffffcfb4c93f6ae6113fd09ca721ab7271d14 /extras/chars.py | |
parent | 0e47273378b1f7f010e4d3e6dbab2a14dcc781ce (diff) | |
parent | 5a4098891ac52126c935311d891bab3fbd248c62 (diff) |
Merge pull request #126 from yenatch/master
map scripts + ai + disabled line ending correction
Diffstat (limited to 'extras/chars.py')
-rw-r--r-- | extras/chars.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/chars.py b/extras/chars.py index 159a479a7..1bc25dbe7 100644 --- a/extras/chars.py +++ b/extras/chars.py @@ -99,6 +99,7 @@ chars = { 0xEA: "é", 0xEB: "→", 0xED: "▶", + 0xEE: "▼", 0xEF: "♂", 0xF0: "¥", 0xF1: "×", |