aboutsummaryrefslogtreecommitdiffstats
path: root/extras (follow)
Commit message (Expand)AuthorAgeFilesLines
* These didn’t work as intended. Delete.IIMarckus2012-01-161-9/+0
* analyze_texts now returns an end addressBryan Bishop2012-01-161-0/+1
* pretty_text - print out texts from command lineBryan Bishop2012-01-161-0/+19
* formulas for map header connections instead of raw valuesBryan Bishop2012-01-162-6/+183
* replace connection pointers with formulasBryan Bishop2012-01-152-23/+54
* update analyze_incbins for common.asmBryan Bishop2012-01-151-7/+7
* replace dimensions with constants in map headersBryan Bishop2012-01-151-0/+49
* connection_helper - print out a formula for connection mathBryan Bishop2012-01-152-2/+94
* get direction name in extract_mapsBryan Bishop2012-01-151-0/+17
* script to generate map height/width constantsBryan Bishop2012-01-151-0/+29
* ItemUseNotTime for gbz80disasmBryan Bishop2012-01-151-0/+1
* GenRandom for gbz80disasmBryan Bishop2012-01-151-0/+1
* insert _VermilionCityText14 machop textBryan Bishop2012-01-142-1/+3
* extract and include blockset dataBryan Bishop2012-01-141-0/+95
* tileset files in gfx/tilesets/Bryan Bishop2012-01-141-0/+38
* romvisualizer - make gif animation of progressBryan Bishop2012-01-131-0/+26
* Fix typo: Loreli → Lorelei.IIMarckus2012-01-131-1/+1
* some map subscript pointer listsBryan Bishop2012-01-131-2/+6
* insert_texts now inserts map script pointer listsBryan Bishop2012-01-131-32/+72
* code to insert main scripts and subscriptsBryan Bishop2012-01-132-12/+85
* update insert_texts: $0000 to $3fff don't need banksBryan Bishop2012-01-131-3/+10
* a very slow tool to find script pointers for each mapBryan Bishop2012-01-132-21/+58
* update gbz80disasm for TextScriptEndBryan Bishop2012-01-121-0/+1
* clean up trailing whitespace in gbz80disasmBryan Bishop2012-01-121-525/+525
* stop disassembling when unconditional relative jumps go backBryan Bishop2012-01-121-1/+1
* update name; reds house f1 -> reds house 1f in extract_mapsBryan Bishop2012-01-121-2/+2
* insert $8 asm for NameRaterText1Bryan Bishop2012-01-121-2/+2
* update gbz80disasm based on sawakita's changesBryan Bishop2012-01-121-8/+15
* insert texts pointer labelsBryan Bishop2012-01-121-3/+4
* switch ash and gary to red and blue in extract_maps.pyBryan Bishop2012-01-111-3/+3
* more automation to assist in text insertionBryan Bishop2012-01-112-68/+114
* a simple tool to insert missing $17s from analyze_textsBryan Bishop2012-01-111-4/+20
* remove extra output from gbz80disasmBryan Bishop2012-01-111-1/+0
* fix gbz80disasm to not treat $00 as the second byte of an opcodeBryan Bishop2012-01-111-1/+2
* formatting and commentsBryan Bishop2012-01-111-1/+1
* minor formattingBryan Bishop2012-01-112-2/+2
* fix asm for route 9 texts 1 through 9 inclusiveBryan Bishop2012-01-111-1/+5
* calculate usage count for undone textsBryan Bishop2012-01-111-0/+10
* add address output to analyze_texts find missing textsBryan Bishop2012-01-111-1/+1
* analyze_texts to find missing texts in pokered.asmBryan Bishop2012-01-111-1/+34
* add end address to gbz80disasm output in a commentBryan Bishop2012-01-111-0/+3
* lowercase two-byte ops that don't have paramsBryan Bishop2012-01-101-1/+1
* fix gbz80disasm for multi-byte opcode incrementationBryan Bishop2012-01-101-2/+2
* gbz80disasm stops at all unconditional jumps unless there's a missing labelBryan Bishop2012-01-101-6/+7
* romviz - make an image to show progressBryan Bishop2012-01-101-0/+55
* added text_pretty_printer_at to analyze_textsBryan Bishop2012-01-103-9/+92
* RockTunnel1 texts and update gbz80disasm to not handle $8Bryan Bishop2012-01-101-4/+6
* update analyze_texts to find missing $08sBryan Bishop2012-01-101-0/+19
* pick some reasonable defaults for gbz80disasm op codesBryan Bishop2012-01-101-10/+18
* prefer "jp hl" over "ld pc, hl" for $E9Bryan Bishop2012-01-101-1/+1