summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-03-07Refactor read_bss_sections into a class.yenatch
2014-03-05wram: Interpret rgbasm macros and fix token logic.yenatch
2014-02-06Merge pull request #68 from yenatch/masterBryan Bishop
2014-02-06crystal: use a 16-bit PokemonParam for event scripting command `cry`yenatch
2014-02-06Merge pull request #66 from yenatch/noiseBryan Bishop
2014-02-06Merge pull request #67 from yenatch/merge-old-commitsBryan Bishop
2014-02-06Merge branch 'kanzure/master' into merge-old-commitsyenatch
2014-02-06audio: Import sound names outside of functionsyenatch
2014-02-06audio: Docstrings for functions that didn't have any.yenatch
2014-02-06labels: exported labels are labels tooyenatch
2014-02-06crystal: unknownmusic0xdf -> togglesfxyenatch
2014-02-06audio: Don't use underscores in base labelsyenatch
2014-02-06audio: Add a comment to generate_crystal_sfx_pointers outputyenatch
2014-02-06audio: parse channel branches independently instead of running past the endyenatch
2014-02-06audio: Dump an unknown sound effectyenatch
2014-02-06audio: rework sfx dumps and fix incbin insertionyenatch
2014-02-06audio: Use generate_label_asm instead of manually creating label asmyenatch
2014-02-06audio: Include unreferenced cries in dump_crystal_cries outputyenatch
2014-02-06audio: Refactor output handling.yenatch
2014-02-06audio: Distinguish between sound and noise commandsyenatch
2014-02-05audio: Crystal sfx are in a separate clumpyenatch
2014-02-05sfx_names: UnknownCb to UnknownCByenatch
2014-02-05audio: Clean up output and fix sfx handlingyenatch
2014-02-05sfx_names: 1St, 2Nd to 1st, 2ndyenatch
2014-01-22Merge pull request #65 from yenatch/rgbasm-equsBryan Bishop
2014-01-19preprocessor: rgbasm "EQUS" takes string literalsyenatch
2013-12-29Merge pull request #63 from yenatch/map-editor-savingBryan Bishop
2013-12-29gfx: touch exported lz files so they don't get remadeyenatch
2013-12-29map_editor: allow saving new maps + save file dialogyenatch
2013-12-28Merge pull request #62 from yenatch/battle-animationsBryan Bishop
2013-12-28audio: use labels.line_has_label and clean up crystal importsyenatch
2013-12-28audio: note duration from 0-15 to 1-16 to match pokeredyenatch
2013-12-28audio: fix Noise and size handling for nybble paramsyenatch
2013-12-27don't use children functions in sort_asmsyenatch
2013-12-25wram: return an empty dict for missing constants filesyenatch