summaryrefslogtreecommitdiff
path: root/extras
AgeCommit message (Collapse)Author
2012-12-28clean up whitespaceBryan Bishop
2012-12-23Merge remote branch 'remotes/yenatch/master'Bryan Bishop
fixes #49
2012-12-17specialphonecall takes a 16‐bit ID.IIMarckus
2012-12-16update gbz80disasm to not use $ff00+$ff syntaxBryan Bishop
2012-12-14make gbz80disasm easier to use externallypadz
2012-11-30md5 -> hashlibBryan Bishop
2012-11-30move allowed_lengths for music macros outBryan Bishop
This moves the allowed_lengths setting out of the preprocessor. Special cases should not be hardcoded in the preprocessor.
2012-11-30implement music macros; INCLUDE injection in prepadz
2012-11-15play nice w/ cygwin; undeprecate used commandpadz
2012-10-11remove deprecated functions from crystal.pyBryan Bishop
2012-10-11get an address given a labelBryan Bishop
2012-10-01clean up comments in extras/crystal.pyBryan Bishop
This fixes the inconsistent comment formatting throughout the file. There should be a space between the comment token and the comment message, otherwise this file is less fun to read.
2012-09-10generate labels.json automagically in gbz80disasmBryan Bishop
2012-09-10call load_asm in scan_for_predefined_labelsBryan Bishop
2012-07-08Merge pull request #22 from iimarckus/decimal1Bryan Bishop
Decimal1
2012-07-07Add some functions from Mobile Stadium.IIMarckus
2012-07-05use decimal output for givepoke in extras/crystal.pyBryan Bishop
2012-07-01use os.path.join instead of cowboying itBryan Bishop
2012-07-01make pokecrystal compatible with python2.6 by defaultBryan Bishop
2012-07-01use extras/labels.json and not ./labels.json in romstr.pyBryan Bishop
2012-07-01better graph-generating routinesBryan Bishop
2012-07-01fix romstr for compiling (thanks pasky)Bryan Bishop
2012-06-21graph.py - parse pokecrystal into a function graph for d3.jsBryan Bishop
2012-06-20continue at relative jumps and fix formattingBryan Bishop
2012-06-20use labels in the disassembler outputBryan Bishop
2012-06-20load labels into the new disassemblerBryan Bishop
2012-06-20more de-dependency-loopingBryan Bishop
2012-06-20move code around to avoid dependency loopsBryan Bishop
2012-06-19use romstr.py as the new disassemblerBryan Bishop
2012-06-19asm output for the new disassemblerBryan Bishop
2012-06-19implement a formatted-with-labels version of the opcode lineBryan Bishop
2012-06-19remove debug linesBryan Bishop
2012-06-19super duper disassembler fixesBryan Bishop
2012-06-14advance forward when disassembling the romBryan Bishop
2012-06-10broken disassemblerBryan Bishop
2012-06-10backtracking and labeling for the disassemblerBryan Bishop
2012-06-10somewhat improved disassemblerBryan Bishop
2012-06-07sleepy disassemblingBryan Bishop
2012-06-07more awful code for the new disassemblerBryan Bishop
2012-06-07almost complete new disassembler versionBryan Bishop
2012-06-06more cleaningBryan Bishop
2012-06-06remove more code cruftBryan Bishop
2012-06-06remove some code cruft from gbz80disasmBryan Bishop
2012-06-06get RomStr from romstr.py in gbz80disasmBryan Bishop
2012-06-02make unittest2 error show up in stderrBryan Bishop
2012-05-31temporarily disable label-usage (find_label) in gbz80disasmBryan Bishop
2012-05-31find functions based on first few similar bytesBryan Bishop
2012-05-29hooray PrintNumber_PrintLeadingZero is also sharedBryan Bishop
2012-05-29comparator.py - find shared functions between pokered/pokecrystalBryan Bishop
2012-05-29fix up AsmSection and line_has_comment_addressBryan Bishop