diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-07-12 19:16:49 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-07-12 19:16:49 -0700 |
commit | bb8990dc3cb19787e08c29409cfc674e2478fbc9 (patch) | |
tree | 28592a2c2c32b7b16f4e63fc22390a36789fea8a /preprocessor.py | |
parent | 226729d1750bc6ee0c45d96e3f6b7dcf0844a609 (diff) | |
parent | 90c18c5cf320be70b0507deda0dd7611052f2bec (diff) |
Merge pull request #157 from yenatch/overworld
overworld loop and movement
Diffstat (limited to 'preprocessor.py')
-rw-r--r-- | preprocessor.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/preprocessor.py b/preprocessor.py index 242732094..30060e7d7 100644 --- a/preprocessor.py +++ b/preprocessor.py @@ -286,6 +286,7 @@ chars = { "&": 0xE9, "é": 0xEA, "→": 0xEB, +"▷": 0xEC, "▶": 0xED, "▼": 0xEE, "♂": 0xEF, |