The python tools should spit out tabs, not spaces.

hg-commit-id: fc09f0bbe4b3
This commit is contained in:
IIMarckus 2012-01-18 00:46:27 -07:00
parent 024cd7f6b8
commit 497f9b6602
9 changed files with 14 additions and 14 deletions

View file

@ -8,7 +8,7 @@
import sys
import extract_maps
extract_maps.load_rom()
spacing = " "
spacing = " "
tileblocks = {
"Tset00_Block": [0x645E0, 0x64DE0, ""],

View file

@ -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 ],

View file

@ -8,7 +8,7 @@ from analyze_incbins import asm, offset_to_pointer, find_incbin_to_replace_for,
import analyze_incbins
import os, sys
import subprocess
spacing = " "
spacing = " "
def insert_object(map_id):
map = extract_maps.map_headers[map_id]

View file

@ -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 = {}

View file

@ -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 = []

View file

@ -11,7 +11,7 @@ import string
import analyze_texts #hopefully not a dependency loop
base = 16
spacing = " "
spacing = " "
all_texts = None
#map constants

View file

@ -1,5 +1,5 @@
from extract_maps import *
spacing = " "
spacing = " "
load_rom()
load_map_pointers()
read_all_map_headers()

View file

@ -5,7 +5,7 @@
import extract_maps #rom, assert_rom, load_rom, calculate_pointer, load_map_pointers, read_all_map_headers, map_headers
from pretty_map_headers import map_name_cleaner
#import analyze_incbins #asm, offset_to_pointer, find_incbin_to_replace_for, split_incbin_line_into_three, generate_diff_insert, load_asm, isolate_incbins, process_incbins
spacing = " "
spacing = " "
def test_first_text_pointer_bytes(range=20): #30 for viridian city, 34 for cerulean city, 36 for celadon, 48 for fuchsia city, 50 for safron
"""