summaryrefslogtreecommitdiff
path: root/extras
AgeCommit message (Collapse)Author
2013-01-23fix label generatorBryan Bishop
Recently the bank lines were changed to use lowercase characters, breaking the generator for "labels.json".
2013-01-22update gfx.py to reflect new structureyenatch
2013-01-15clean up python script importsBryan Bishop
2013-01-15remove the Size class (unused)Bryan Bishop
2013-01-15split out IntervalMap into a separate fileBryan Bishop
2013-01-14Merge pull request #86 from yenatch/masterBryan Bishop
3jumptext is an ender.
2013-01-14forgot to make 3jumptext an enderyenatch
2013-01-14Merge pull request #85 from yenatch/masterBryan Bishop
More script commands.
2013-01-14add missing script command (3jumptext)yenatch
2013-01-14Merge pull request #84 from yenatch/masterBryan Bishop
make script parsing less terrible
2013-01-14banish script parser output to debugyenatch
2013-01-13Fix typo.IIMarckus
2013-01-13make careless use of gfx.py less fatalyenatch
2013-01-13implement rgb macro for palettesyenatch
2013-01-10add symfile generationyenatch
2013-01-04include all compressed and decompressed graphicsyenatch
* frontpics & animation tiles * backpics * trainer pics * attack animation gfx * intro gfx * intro tilemaps * title gfx * tilesets * player backpic * dude backpic * pokegear/town map fixes #33, #34 and #35
2013-01-02allow other files to import gfx.pyyenatch
2013-01-01make gfx.py more convenient from command lineyenatch
2012-12-31Merge pull request #51 from yenatch/masterBryan Bishop
Image compression/decompression.
2012-12-31decompress all known gfxyenatch
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