add character encoding headers to other files

This commit is contained in:
Bryan Bishop 2013-01-27 17:07:17 -06:00
parent 12c06174d8
commit 3b7089411b
3 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
moves = {
0x01: "POUND",
0x02: "KARATE_CHOP",

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
""" Various functions related to pointer and address math. Mostly to avoid
depedency loops.
"""

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
pokemon_constants = {
1: "BULBASAUR",
2: "IVYSAUR",