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/gbz80disasm.py | |
parent | 024cd7f6b82bb008a59bb37eb5deebde807d536d (diff) |
The python tools should spit out tabs, not spaces.
hg-commit-id: fc09f0bbe4b3
Diffstat (limited to 'extras/gbz80disasm.py')
-rw-r--r-- | extras/gbz80disasm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/gbz80disasm.py b/extras/gbz80disasm.py index a1d4ee60..08115602 100644 --- a/extras/gbz80disasm.py +++ b/extras/gbz80disasm.py @@ -6,7 +6,7 @@ from copy import copy, deepcopy from pretty_map_headers import random_hash, map_name_cleaner from ctypes import c_int8 import sys -spacing = " " +spacing = " " temp_opt_table = [ [ "ADC A", 0x8f, 0 ], |