summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-01BSSReader: Fix eval inserting __builtins__ into self.constants.yenatch
2014-10-28Refactor the de/compressor.yenatch
2014-10-28audio: Expose header reads via separate functions.yenatch
2014-10-28Fix the output of PointerLabelParam.to_asm.yenatch
2014-10-02Merge pull request #83 from yenatch/fix-map-editorBryan Bishop
2014-10-02map_editor: Fix automatic graphics decompression.yenatch
2014-10-02Merge remote-tracking branch 'origin/master' into fix-map-editoryenatch
2014-10-02Fix the map editor.yenatch
2014-10-02BSSReader now reads constants and variables.yenatch
2014-09-24Merge pull request #82 from yenatch/masterBryan Bishop
2014-09-24Add docstrings for IncludeReader methods.yenatch
2014-09-24Rewrite scan_includes.py. Add include paths.yenatch
2014-07-23Merge pull request #81 from yenatch/masterBryan Bishop
2014-07-22Event commands "name" and "trainerclassname" take another argument.yenatch
2014-07-22Merge pull request #80 from yenatch/masterBryan Bishop
2014-07-22Merge remote-tracking branch 'kanzure/master'yenatch
2014-07-22Event command loadwilddata takes a third argument.yenatch
2014-07-22The checkflag command family uses engine flags.yenatch
2014-06-24Merge pull request #79 from dannye/masterBryan Bishop
2014-06-15gfx: Let .wxh filename arguments exceed 9.yenatch
2014-06-10Update Red music commandsU-Fish-PC\Daniel
2014-06-02Merge pull request #78 from yenatch/masterBryan Bishop
2014-06-02Merge remote-tracking branch 'yenatch/master'yenatch
2014-06-02Rewrite the lz compressor.yenatch
2014-05-03gfx.py: Forgot to add rom_offset.yenatch
2014-05-02Refactor gfx.py to use bytearrays. Fix some graphics dumping functions.yenatch
2014-04-28Merge pull request #74 from yenatch/masterBryan Bishop
2014-04-28Merge pull request #75 from mintpeter/masterBryan Bishop
2014-04-28Add import to extract_maps.py for print_functionZack Marvel
2014-04-28Change print statements in extract_maps.py for Python 3 compatibilityZack Marvel
2014-04-19Transpose images by height from 2bpp to png and width from png to 2bpp.yenatch
2014-04-16gfx: Don't try to load baserom.gbc unless it's actually being used.yenatch
2014-04-14Merge pull request #72 from yenatch/picsBryan Bishop
2014-04-15gfx: Decompress graphics that can be converted to png.yenatch
2014-04-15gfx: Transpose blocks of images instead of only the first block.yenatch
2014-04-14Clearer explanation for porting https://github.com/magical/pokemon-sprites-rb...yenatch
2014-04-06Optimize pic compression to be 50% faster.yenatch
2014-04-05gfx: Don't pad images smaller than a tile.yenatch
2014-04-05Add "norepeat" and "arrange" image attributes.yenatch
2014-04-051:1 conversion for pics.yenatch
2014-04-03pokered: pic de/compression.yenatch
2014-03-31Merge pull request #71 from yenatch/gfxBryan Bishop
2014-03-29Merge pull request #70 from yenatch/masterBryan Bishop
2014-03-28gfx: Redo command-line interface, format handling, filename arguments.yenatch
2014-03-23gfx: Prefer heights not divisible by 8, rather than forcing them.yenatch
2014-03-23gfx: Read image metadata from filenames where applicable.yenatch
2014-03-23get_label_for: Return a label or None.yenatch
2014-03-23get_ram_label: Setup wram labels if they haven't been already.yenatch
2014-03-23PointerLabelParam: Return valid (or at least informative) arguments.yenatch
2014-03-06Merge pull request #69 from yenatch/masterBryan Bishop