From 497f9b6602ddd9c218e83fac7cc01733da5e7326 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Wed, 18 Jan 2012 00:46:27 -0700 Subject: The python tools should spit out tabs, not spaces. hg-commit-id: fc09f0bbe4b3 --- extras/extract_tileblocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/extract_tileblocks.py') 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, ""], -- cgit v1.3.1-sl0p