diff options
| -rw-r--r-- | pokemontools/sym.py | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/pokemontools/sym.py b/pokemontools/sym.py index f78b9af..ee6ecae 100644 --- a/pokemontools/sym.py +++ b/pokemontools/sym.py @@ -2,10 +2,6 @@  import json -# from crystal import load_rom -# from gbz80disasm import load_labels - -  def make_sym_from_json(filename = '../pokecrystal.sym', j = 'labels.json'):      # todo: delete and remake labels.json at runtime      with open(filename, 'w') as sym: | 
