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/map_block_dumper.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/map_block_dumper.py')
| -rw-r--r-- | extras/map_block_dumper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/map_block_dumper.py b/extras/map_block_dumper.py index f961dfb4..af1d8bcd 100644 --- a/extras/map_block_dumper.py +++ b/extras/map_block_dumper.py @@ -9,7 +9,7 @@ from analyze_incbins import asm, offset_to_pointer, find_incbin_to_replace_for, import analyze_incbins import os, sys import subprocess -spacing = " " +spacing = " " used_map_pointers = [] |
