diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-01 02:27:44 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-01 02:27:44 -0500 |
commit | e84a5b2062ff5e9b010447e3a3c78dd67a653166 (patch) | |
tree | 20c0ceb41513c1a3676e60a31d61b64e1bc2b854 /extras/generate_sys.py | |
parent | 4d6b8249698a8cd1ba42ee3517de08252c8062f2 (diff) |
make extras/ a submodule
Use pokemontools v1.3.0 and use the same preprocessor as the pokecrystal
project.
Diffstat (limited to 'extras/generate_sys.py')
m--------- | extras | 0 | ||||
-rw-r--r-- | extras/generate_sys.py | 8 |
2 files changed, 0 insertions, 8 deletions
diff --git a/extras b/extras new file mode 160000 +Subproject 795cd58a70c80082003e40127241cfaefa0fae8 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'])) |