summaryrefslogtreecommitdiff
path: root/extras
AgeCommit message (Expand)Author
2012-01-15replace dimensions with constants in map headersBryan Bishop
2012-01-15connection_helper - print out a formula for connection mathBryan Bishop
2012-01-15get direction name in extract_mapsBryan Bishop
2012-01-15script to generate map height/width constantsBryan Bishop
2012-01-15ItemUseNotTime for gbz80disasmBryan Bishop
2012-01-15GenRandom for gbz80disasmBryan Bishop
2012-01-14insert _VermilionCityText14 machop textBryan Bishop
2012-01-14extract and include blockset dataBryan Bishop
2012-01-14tileset files in gfx/tilesets/Bryan Bishop
2012-01-13romvisualizer - make gif animation of progressBryan Bishop
2012-01-13Fix typo: Loreli → Lorelei.IIMarckus
2012-01-13some map subscript pointer listsBryan Bishop
2012-01-13insert_texts now inserts map script pointer listsBryan Bishop
2012-01-13code to insert main scripts and subscriptsBryan Bishop
2012-01-13update insert_texts: $0000 to $3fff don't need banksBryan Bishop
2012-01-13a very slow tool to find script pointers for each mapBryan Bishop
2012-01-12update gbz80disasm for TextScriptEndBryan Bishop
2012-01-12clean up trailing whitespace in gbz80disasmBryan Bishop
2012-01-12stop disassembling when unconditional relative jumps go backBryan Bishop
2012-01-12update name; reds house f1 -> reds house 1f in extract_mapsBryan Bishop
2012-01-12insert $8 asm for NameRaterText1Bryan Bishop
2012-01-12update gbz80disasm based on sawakita's changesBryan Bishop
2012-01-12insert texts pointer labelsBryan Bishop
2012-01-11switch ash and gary to red and blue in extract_maps.pyBryan Bishop
2012-01-11more automation to assist in text insertionBryan Bishop
2012-01-11a simple tool to insert missing $17s from analyze_textsBryan Bishop
2012-01-11remove extra output from gbz80disasmBryan Bishop
2012-01-11fix gbz80disasm to not treat $00 as the second byte of an opcodeBryan Bishop
2012-01-11formatting and commentsBryan Bishop
2012-01-11minor formattingBryan Bishop
2012-01-11fix asm for route 9 texts 1 through 9 inclusiveBryan Bishop
2012-01-11calculate usage count for undone textsBryan Bishop
2012-01-11add address output to analyze_texts find missing textsBryan Bishop
2012-01-11analyze_texts to find missing texts in pokered.asmBryan Bishop
2012-01-11add end address to gbz80disasm output in a commentBryan Bishop
2012-01-10lowercase two-byte ops that don't have paramsBryan Bishop
2012-01-10fix gbz80disasm for multi-byte opcode incrementationBryan Bishop
2012-01-10gbz80disasm stops at all unconditional jumps unless there's a missing labelBryan Bishop
2012-01-10romviz - make an image to show progressBryan Bishop
2012-01-10added text_pretty_printer_at to analyze_textsBryan Bishop
2012-01-10RockTunnel1 texts and update gbz80disasm to not handle $8Bryan Bishop
2012-01-10update analyze_texts to find missing $08sBryan Bishop
2012-01-10pick some reasonable defaults for gbz80disasm op codesBryan Bishop
2012-01-10prefer "jp hl" over "ld pc, hl" for $E9Bryan Bishop
2012-01-10add GetMachineName address to gbz80disasmBryan Bishop
2012-01-10call $00b5 -> call CopyDataBryan Bishop
2012-01-10replace call $3e6d -> call PredefBryan Bishop
2012-01-10Merge.Bryan Bishop
2012-01-10call $2f9e -> call GetMonNameBryan Bishop
2012-01-10fix gbz80disasm line repetition bugBryan Bishop