diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 21:49:55 -0600 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 21:49:55 -0600 |
| commit | 07016dcf455f0da3a6de4857b6de46801dd5a79f (patch) | |
| tree | 5735ee1d062497d40973df0f0d046e7112095a23 /extras/analyze_texts.py | |
| parent | catch a case of W_MAPTEXTPTRLIST (diff) | |
| download | pokeyellow-07016dcf455f0da3a6de4857b6de46801dd5a79f.tar.gz pokeyellow-07016dcf455f0da3a6de4857b6de46801dd5a79f.tar.xz pokeyellow-07016dcf455f0da3a6de4857b6de46801dd5a79f.zip | |
insert _VermilionCityText14 machop text
hg-commit-id: 22d36f8bc08e
Diffstat (limited to 'extras/analyze_texts.py')
| -rw-r--r-- | extras/analyze_texts.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/analyze_texts.py b/extras/analyze_texts.py index cf25e687..b24a170a 100644 --- a/extras/analyze_texts.py +++ b/extras/analyze_texts.py @@ -403,6 +403,7 @@ def text_pretty_printer_at(start_address, label="SomeLabel"): first_line = True for this_command in commands.keys(): + if not "lines" in commands[this_command].keys(): continue lines = commands[this_command]["lines"] #add the ending byte to the last line- always seems $57 |
