remove a useless comment from pokered gbz80disasm

What were these doing here, anyway?
This commit is contained in:
Bryan Bishop
2013-09-01 16:38:28 -05:00
parent 2a951be35c
commit 43c912b4ee

View File

@@ -849,6 +849,4 @@ if __name__ == "__main__":
extract_maps.load_map_pointers()
extract_maps.read_all_map_headers()
#0x18f96 is PalletTownText1
#0x19B5D is BluesHouseText1
print output_bank_opcodes(int(sys.argv[1], 16))[0]