diff options
| author | IIMarckus <iimarckus@gmail.com> | 2012-01-18 00:46:27 -0700 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2012-01-18 00:46:27 -0700 |
| commit | 497f9b6602ddd9c218e83fac7cc01733da5e7326 (patch) | |
| tree | 25518642cc1894a3e6b5fbe0712f9a8c884d7442 /extras/extract_tileblocks.py | |
| parent | Merge. (diff) | |
| download | pokeyellow-497f9b6602ddd9c218e83fac7cc01733da5e7326.tar.gz pokeyellow-497f9b6602ddd9c218e83fac7cc01733da5e7326.tar.xz pokeyellow-497f9b6602ddd9c218e83fac7cc01733da5e7326.zip | |
The python tools should spit out tabs, not spaces.
hg-commit-id: fc09f0bbe4b3
Diffstat (limited to 'extras/extract_tileblocks.py')
| -rw-r--r-- | extras/extract_tileblocks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/extract_tileblocks.py b/extras/extract_tileblocks.py index 42513411..f71506e9 100644 --- a/extras/extract_tileblocks.py +++ b/extras/extract_tileblocks.py @@ -8,7 +8,7 @@ import sys import extract_maps extract_maps.load_rom() -spacing = " " +spacing = " " tileblocks = { "Tset00_Block": [0x645E0, 0x64DE0, ""], |
