mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Add generate_sys.py.
This commit is contained in:
parent
213e60f807
commit
2efa3ebe1f
2 changed files with 11 additions and 0 deletions
8
extras/generate_sys.py
Normal file
8
extras/generate_sys.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import json
|
||||
|
||||
import analyze_incbins
|
||||
analyze_incbins.scan_for_predefined_labels()
|
||||
|
||||
with open('../pokered.sym', 'w') as sym:
|
||||
for label in json.load(open('labels.json')):
|
||||
sym.write('{0:x}:{1} {2}\n'.format(label['bank_id'], label['local_pointer'][1:], label['label']))
|
||||
Loading…
Add table
Add a link
Reference in a new issue