mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-17 10:32:29 +13:00
add address output to analyze_texts find missing texts
hg-commit-id: 1c41e22d7b30
This commit is contained in:
parent
b3ab0153b3
commit
3da828165b
|
|
@ -491,7 +491,7 @@ def find_undone_texts():
|
||||||
address = extract_maps.map_headers[map_id]["texts"][text_id][1]["start_address"]
|
address = extract_maps.map_headers[map_id]["texts"][text_id][1]["start_address"]
|
||||||
|
|
||||||
if not is_label_in_asm(label):
|
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__":
|
if __name__ == "__main__":
|
||||||
extract_maps.load_rom()
|
extract_maps.load_rom()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue