diff options
Diffstat (limited to 'move_constants.py')
-rw-r--r-- | move_constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/move_constants.py b/move_constants.py index 929f1fa..a20af85 100644 --- a/move_constants.py +++ b/move_constants.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + moves = { 0x01: "POUND", 0x02: "KARATE_CHOP", |