diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-01 16:10:26 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-01 16:10:32 -0500 |
commit | 24c5bdfd8335fa1819b22a391bb642b78288ff0f (patch) | |
tree | 2c0a58d00dae6f89a0a51d6d88e02225fa1e8a06 | |
parent | a8f9bf671b273e23f07db329055018c10d943efb (diff) |
minor gbz80disasm formatting
-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. |