summaryrefslogtreecommitdiff
path: root/extras
AgeCommit message (Expand)Author
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
2012-01-10Fix typo: Lavendar → Lavender.IIMarckus
2012-01-10implement two-byte op codes in gbz80disasmBryan Bishop
2012-01-10fix gbz80disasm pretty printer for non-08 scriptsBryan Bishop
2012-01-10add has_outstanding_labels to gbz80disasmBryan Bishop
2012-01-10replace call pointers with labels in gbz80disasmBryan Bishop
2012-01-10call $3927 -> call AddPokemonToPartyBryan Bishop
2012-01-10fix extra whitespace from gbz80disasmBryan Bishop
2012-01-10insert_asm in insert_texts for function asmBryan Bishop
2012-01-10call $3c49 -> call PrintTextBryan Bishop
2012-01-10remove debug output from gbz80disasmBryan Bishop
2012-01-10fix gbz80disasm to optionally load a module in analyze_textsBryan Bishop
2012-01-09updates to asm injection codeBryan Bishop
2012-01-09insertion code for $08 text script asmBryan Bishop
2012-01-09a simple gameboy disassemblerBryan Bishop
2012-01-09CELADON_HOUSE_2 -> CELADON_HOUSEBryan Bishop
2012-01-09fix map naming mistakes in celadon cityBryan Bishop
2012-01-08insert labels for map texts pointer listsBryan Bishop
2012-01-08update to the broken TX_FAR inserterBryan Bishop
2012-01-08script to insert TX_FAR labelsBryan Bishop
2012-01-07typo fix for cinnibar -> cinnabarBryan Bishop
2012-01-07text analysis and insertion code (TX_FAR targets only)Bryan Bishop
2012-01-07add more text bytes for abbreviationsBryan Bishop
2012-01-07somewhat buggy TX_FAR pretty printerBryan Bishop
2012-01-06analyze_texts can handle more text commands nowBryan Bishop
2012-01-06starting to work with text command $01Bryan Bishop
2012-01-06analyze_text now works with TX_FARBryan Bishop