diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-01 16:38:28 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-01 16:38:28 -0500 |
commit | 43c912b4ee33fced7b8d9cc598c7d8f50aecb245 (patch) | |
tree | 41f204a0ac82bc10f520d520784c48a32777fb46 /redtools/gbz80disasm.py | |
parent | 2a951be35ccb1e405dcbb9af0c4edaa0abec84da (diff) |
remove a useless comment from pokered gbz80disasm
What were these doing here, anyway?
Diffstat (limited to 'redtools/gbz80disasm.py')
-rw-r--r-- | redtools/gbz80disasm.py | 2 |
1 files changed, 0 insertions, 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] |