mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-09-09 02:35:11 -05:00
remove unused imports from sym.py
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user