From 76c0308b5a176509c481724b8ac58f265b7db323 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 3 Jan 2012 15:50:55 -0600 Subject: fix final interval in generated incbins hg-commit-id: 38e1356814c2 --- extras/analyze_incbins.py | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/analyze_incbins.py b/extras/analyze_incbins.py index 4f193d60..c47ac522 100644 --- a/extras/analyze_incbins.py +++ b/extras/analyze_incbins.py @@ -115,6 +115,7 @@ def split_incbin_line_into_three(line, start_address, byte_count): third = (start_address + byte_count, end - (start_address + byte_count)) output = "" + print "third end is: " + str(third[1]) if first: output += "INCBIN \"baserom.gbc\",$" + hex(first[0])[2:] + ",$" + hex(first[1])[2:] + " - $" + hex(first[2])[2:] + "\n" -- cgit v1.2.3