diff options
| author | YamaArashi <shadow962@live.com> | 2012-01-24 04:55:50 -0800 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2012-01-24 04:55:50 -0800 |
| commit | e7a1d887d9dddcba2d5679c27198952851271f0a (patch) | |
| tree | 702226d65822838e9448cc1e8fb191b2462c5fd8 /extras/pretty_map_headers.py | |
| parent | disasm more battle code (diff) | |
| parent | insert a few more trainer headers (diff) | |
| download | pokeyellow-e7a1d887d9dddcba2d5679c27198952851271f0a.tar.gz pokeyellow-e7a1d887d9dddcba2d5679c27198952851271f0a.tar.xz pokeyellow-e7a1d887d9dddcba2d5679c27198952851271f0a.zip | |
Merge
hg-commit-id: d509fe34f171
Diffstat (limited to 'extras/pretty_map_headers.py')
| -rw-r--r-- | extras/pretty_map_headers.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extras/pretty_map_headers.py b/extras/pretty_map_headers.py index b76e6cf4..729209ff 100644 --- a/extras/pretty_map_headers.py +++ b/extras/pretty_map_headers.py @@ -751,6 +751,6 @@ if __name__ == "__main__": #prepare to pretty print tx_fars #first you must load all_texts - tx_fars = find_all_tx_fars() - for entry in tx_fars: - print tx_far_pretty_printer(entry) + #tx_fars = find_all_tx_fars() + #for entry in tx_fars: + # print tx_far_pretty_printer(entry) |
