mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
remove debug print line
hg-commit-id: 9eac2d93fe88
This commit is contained in:
parent
76c0308b5a
commit
f3bc2ccc9e
|
@ -115,7 +115,6 @@ 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"
|
||||
|
|
Loading…
Reference in a new issue