From 80588db61ce02cbc9128eea1f2522c4b09f799d1 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Fri, 22 Nov 2013 21:16:50 -0600 Subject: fix typo in crystal.py --- pokemontools/crystal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py index 0565a1c..b1e252f 100644 --- a/pokemontools/crystal.py +++ b/pokemontools/crystal.py @@ -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, -- cgit v1.2.3