shithub: pokered

Download patch

ref: f3bc2ccc9e94e814ed72bf7483acd9e7850654b9
parent: 76c0308b5a176509c481724b8ac58f265b7db323
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 3 11:05:00 EST 2012

remove debug print line

hg-commit-id: 9eac2d93fe88


--- a/extras/analyze_incbins.py
+++ b/extras/analyze_incbins.py
@@ -115,7 +115,6 @@
     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"