mirror of https://github.com/pret/pokecrystal.git
add character encoding header in gbz80disasm.py
This commit is contained in:
parent
4e1e9ed229
commit
500d47f4cc
|
@ -1,5 +1,5 @@
|
||||||
#author: Bryan Bishop <kanzure@gmail.com>
|
# -*- coding: utf-8 -*-
|
||||||
#date: 2012-01-09
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
from copy import copy, deepcopy
|
from copy import copy, deepcopy
|
||||||
|
|
Loading…
Reference in New Issue