mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-28 05:04:13 -05:00
fix typo in crystal.py
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user