diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-01 19:34:50 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-01 19:34:50 -0700 |
commit | 2e6d805aea27741bc0e6097bd52c6f2b6d176b74 (patch) | |
tree | bb91bace929310f2787b80424fdada70bba94e81 /pokemontools/gbz80disasm.py | |
parent | 7aa016fb528bcc8dcb30c6a887957851623eccc0 (diff) | |
parent | 52d4978974263f4f19985632442291c2d30c4b67 (diff) |
Merge pull request #7 from kanzure/september-cleanup
python cleanup
Diffstat (limited to 'pokemontools/gbz80disasm.py')
-rw-r--r-- | pokemontools/gbz80disasm.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pokemontools/gbz80disasm.py b/pokemontools/gbz80disasm.py index 6759a4a..7499982 100644 --- a/pokemontools/gbz80disasm.py +++ b/pokemontools/gbz80disasm.py @@ -6,6 +6,7 @@ from copy import copy, deepcopy from ctypes import c_int8 import random import json + from wram import * # New versions of json don't have read anymore. |