diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-01-15 15:45:09 -0600 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-15 15:45:09 -0600 |
| commit | 1f1f31ff9cc45ffe1777d78975c0022d14233ab9 (patch) | |
| tree | b119cdf9a03f5f297721065e0ba8433150696052 /extras/extract_maps.py | |
| parent | Merge. (diff) | |
| download | pokeyellow-1f1f31ff9cc45ffe1777d78975c0022d14233ab9.tar.gz pokeyellow-1f1f31ff9cc45ffe1777d78975c0022d14233ab9.tar.xz pokeyellow-1f1f31ff9cc45ffe1777d78975c0022d14233ab9.zip | |
connection_helper - print out a formula for connection math
hg-commit-id: 27e8096bb251
Diffstat (limited to 'extras/extract_maps.py')
| -rw-r--r-- | extras/extract_maps.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extras/extract_maps.py b/extras/extract_maps.py index 25a6ee9c..81a64bf6 100644 --- a/extras/extract_maps.py +++ b/extras/extract_maps.py @@ -560,8 +560,6 @@ def get_direction(connection_byte, connection_id): #prune results while "" in results: results.remove("") - print results - print "connection_id is: " + str(connection_id) + " and byte is: " + hex(connection_byte) return results[connection_id] def read_map_header(address, bank): |
