fix typo in crystal.py

This commit is contained in:
Bryan Bishop
2013-11-22 21:16:50 -06:00
parent 7413d97cd8
commit 80588db61c

View File

@@ -6044,7 +6044,7 @@ def find_incbin_to_replace_for(address, debug=False, rom_file=None):
incbin = processed_incbins[incbin_key]
start = incbin["start"]
end = incbin["end"]
nf debug:
if debug:
argstuff = {
"start": start,
"end": end,