From 43c912b4ee33fced7b8d9cc598c7d8f50aecb245 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 1 Sep 2013 16:38:28 -0500 Subject: remove a useless comment from pokered gbz80disasm What were these doing here, anyway? --- redtools/gbz80disasm.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/redtools/gbz80disasm.py b/redtools/gbz80disasm.py index 104b20d..396ce5b 100644 --- a/redtools/gbz80disasm.py +++ b/redtools/gbz80disasm.py @@ -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] -- cgit v1.2.3