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/insert_texts.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/insert_texts.py')
| -rw-r--r-- | extras/insert_texts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/insert_texts.py b/extras/insert_texts.py index 6d7b7b6d..30163b4d 100644 --- a/extras/insert_texts.py +++ b/extras/insert_texts.py @@ -11,7 +11,7 @@ import analyze_incbins from gbz80disasm import text_asm_pretty_printer, output_bank_opcodes import os, sys import subprocess -spacing = " " +spacing = " " tx_fars = None failed_attempts = {} |
