Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-25 | Merge branch 'github/master' into master. | Bryan Bishop | |
Conflicts: extras/gbz80disasm.py Comments. | |||
2013-06-25 | remove extra whitespace in extras/vba.py | Bryan Bishop | |
2013-06-25 | remove extra whitespace in extras/gfx.py | Bryan Bishop | |
2013-06-25 | fix function formatting in extras/gfx.py | Bryan Bishop | |
2013-06-25 | Merge pull request #153 from yenatch/gbz80disasm-data | Bryan Bishop | |
data detection in gbz80disasm | |||
2013-06-25 | gbz80disasm: just use lowercase labels | yenatch | |
2013-06-25 | gbz80disasm: fix data handling | yenatch | |
get the scalpel out of there | |||
2013-06-25 | gbz80disasm: local/global address conversion + fix find_label | yenatch | |
2013-06-25 | gbz80disasm: detect data tables referenced in asm | yenatch | |
2013-06-25 | gbz80disasm: data detection | yenatch | |
the is_data flag never did anything. now it does encountering the end of a branch with outstanding labels will read anything between said labels as data | |||
2013-06-23 | fixed another indent in gfx.py | Kat Harrison | |
2013-06-23 | fixed indents | cogitokat | |
2013-06-23 | convert indents to 4 spaces in gfx.py | cogitokat | |
indents were previously 8 spaces | |||
2013-06-23 | more docstring/indent fixes in gfx.py | cogitokat | |
2013-06-23 | more gfx.py docstring changes | cogitokat | |
2013-06-23 | Change bad indents in extras/gfx.py | cogitokat | |
2013-06-23 | Edit some docstrings in /extras. | Kat Harrison | |
2013-06-23 | Made edits to docstrings in extras/vba.py | Kat Harrison | |
Added to vba intructions and reformatted docstrings to include a summary line. (Docstring summaries should be max 72 characters.) | |||
2013-06-23 | update instructions in extras/vba.py | Kat Harrison | |
fixes #151 fixes #150 | |||
2013-06-17 | Merge pull request #147 from yenatch/master | Bryan Bishop | |
gbz80disasm/sym fixes + odds and ends | |||
2013-06-16 | programmatic speedrun of pokecrystal (vba) | Bryan Bishop | |
2013-06-16 | make vba emulator wait until text is done drawing | Bryan Bishop | |
Also, this fixes some bugs related to how button presses are handled. | |||
2013-06-16 | symfile: fix address handling | yenatch | |
2013-06-15 | gbz80disasm: fix labels outside of banks 0 and 1 | yenatch | |
2013-06-14 | gbz80disasm: only use gbhw/hram constants >= 0xff00 | yenatch | |
2013-06-13 | gfx: return mass-decompress command | yenatch | |
still reqd by make pngs | |||
2013-06-12 | Merge branch 'master' of github.com:kanzure/pokecrystal | yenatch | |
Conflicts: extras/gfx.py | |||
2013-06-12 | expand shortened palettes | yenatch | |
rather than keep up inconsistent palette formats, just incbin a portion of each | |||
2013-06-12 | gfx: workable command line functions | yenatch | |
2013-06-12 | gfx: palette checking in to_png | yenatch | |
2013-06-12 | fix palette functions and output palettes in 2bpp conversion | yenatch | |
2013-06-12 | gfx: handling for <4-color pngs when converting to 2bpp | yenatch | |
without a .pal file as reference, palettes are sorted by luminance. pokemon crystal reads palettes exactly 4 colors in length. if an image used fewer than 4 colors, invalid palettes were produced. instead, dummy colors are inserted to pad out the palette. | |||
2013-05-29 | make gfx.py png take only a path | Bryan Bishop | |
2013-05-27 | Include overworld sprites | Kat Harrison | |
Created /extras/overworldripper.py and used it to extract overworld sprites and convert them to png files. | |||
2013-05-21 | gbz80disasm: rgbds uses brackets for ld hl, sp+x | yenatch | |
2013-05-18 | Merge pull request #138 from yenatch/master | Bryan Bishop | |
automated png compression + gfx fixes + no more windows | |||
2013-05-18 | gfx: safer alternating-byte detection in compression | yenatch | |
2013-05-18 | gfx: fix a typo | yenatch | |
2013-05-18 | gfx: lz to png from command line | yenatch | |
2013-05-18 | gfx.py: remove trailing tabs | yenatch | |
2013-05-18 | gfx.py: get rid of argparse | yenatch | |
2013-05-17 | load labels only once in gbz80disasm | Bryan Bishop | |
2013-05-17 | fix data-handling errors in gfx.py | yenatch | |
2013-05-15 | gbz80disasm: include comments on unresolved backward relative jumps | yenatch | |
2013-05-15 | gbz80disasm: don't look for outstanding labels that are behind the origin | yenatch | |
2013-05-15 | gbz80disasm: don't include comments on relative jumps | yenatch | |
2013-05-15 | gbz80disasm: reti is an ender | yenatch | |
2013-05-15 | gbz80disasm: space out blocks of asm | yenatch | |
2013-05-15 | gbz80disasm: clean up $ff00+x handling | yenatch | |
2013-05-14 | gbz80disasm: read labels from wram/gbhw/hram | yenatch | |