From 3da828165b36680b845768ccc40c91a540ff18bb Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Wed, 11 Jan 2012 01:51:35 -0600 Subject: add address output to analyze_texts find missing texts hg-commit-id: 1c41e22d7b30 --- extras/analyze_texts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/analyze_texts.py') diff --git a/extras/analyze_texts.py b/extras/analyze_texts.py index 3d1e894d..1346f632 100644 --- a/extras/analyze_texts.py +++ b/extras/analyze_texts.py @@ -491,7 +491,7 @@ def find_undone_texts(): address = extract_maps.map_headers[map_id]["texts"][text_id][1]["start_address"] if not is_label_in_asm(label): - print label + " map_id=" + str(map_id) + " text_id=" + str(text_id) + " at " + hex(address) + print label + " map_id=" + str(map_id) + " text_id=" + str(text_id) + " at " + hex(address) + " byte is: " + hex(ord(extract_maps.rom[address])) if __name__ == "__main__": extract_maps.load_rom() -- cgit v1.2.3