diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-09-16 13:12:42 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-09-16 13:12:42 -0400 |
| commit | 4000d7a23ab9a9d46bea6e937ab12d63c3194b89 (patch) | |
| tree | d7f66337ea36fb300f7fc053ba572d05995b5a2f /extras/generate_sys.py | |
| parent | give consistency to map names (diff) | |
| parent | revert pokemontools to 7aa016fb (diff) | |
| download | pokeyellow-4000d7a23ab9a9d46bea6e937ab12d63c3194b89.tar.gz pokeyellow-4000d7a23ab9a9d46bea6e937ab12d63c3194b89.tar.xz pokeyellow-4000d7a23ab9a9d46bea6e937ab12d63c3194b89.zip | |
Merge branch 'master' into comments
Diffstat (limited to 'extras/generate_sys.py')
| -rw-r--r-- | extras/generate_sys.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/extras/generate_sys.py b/extras/generate_sys.py deleted file mode 100644 index 72957038..00000000 --- a/extras/generate_sys.py +++ /dev/null @@ -1,8 +0,0 @@ -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'])) |
