Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06-10 | DecompressPredef | yenatch | |
2013-06-10 | split out constants | yenatch | |
2013-06-09 | Player backpic and consistent names for player characters | yenatch | |
Male player is now Chris. Female player is Kris. | |||
2013-05-31 | recomment text box functions | yenatch | |
2013-05-31 | remove \@s from local labels | yenatch | |
\@ is used for anonymous labels in rgbds macros. this has no effect on local labels. | |||
2013-05-30 | rename bank3{0,1}.asm to sprites_{1,2}.asm | Bryan Bishop | |
2013-05-30 | remove two commented incbin lines | Bryan Bishop | |
2013-05-30 | Merge pull request #144 from kanzure/temporarily-fix-overworld-sprites | Bryan Bishop | |
Temporarily fix overworld sprites. | |||
2013-05-30 | include overworld sprite .2bpp files | Bryan Bishop | |
2013-05-30 | remove overworld sprite pngs | Bryan Bishop | |
These png files cannot be successfully converted back into 2bpp files because of a bug in gfx.py. | |||
2013-05-29 | make gfx.py png take only a path | Bryan Bishop | |
2013-05-29 | wram: room decorations | yenatch | |
2013-05-29 | JpDe | yenatch | |
2013-05-28 | remove makefile clutter | yenatch | |
2013-05-27 | heavy ball | yenatch | |
2013-05-27 | Merge pull request #142 from cogitokat/overworld-sprites | Bryan Bishop | |
Include overworld sprites | |||
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-22 | mistook sprout tower pillar for minecart graphics | yenatch | |
2013-05-22 | Merge pull request #140 from yenatch/master | Bryan Bishop | |
tile animations and map header updates | |||
2013-05-22 | music constants in map headers | yenatch | |
2013-05-22 | label banks in map headers | yenatch | |
2013-05-22 | minecart tile animations | yenatch | |
2013-05-22 | Merge pull request #139 from iimarckus/peecee | Bryan Bishop | |
PC stuff | |||
2013-05-22 | Disassemble Kris's PC. | IIMarckus | |
2013-05-22 | safari fountain tile animations | yenatch | |
2013-05-21 | Add Prof. Oak's PC. | IIMarckus | |
2013-05-21 | ilex forest tree tile animations | yenatch | |
2013-05-21 | gbz80disasm: rgbds uses brackets for ld hl, sp+x | yenatch | |
2013-05-21 | cave water + park fountain tile animations | yenatch | |
2013-05-18 | Merge pull request #138 from yenatch/master | Bryan Bishop | |
automated png compression + gfx fixes + no more windows | |||
2013-05-18 | get rid of windows build components | yenatch | |
who needs those anyway? | |||
2013-05-18 | confident enough in lz make target to include it in general compile | yenatch | |
2013-05-18 | gfx: safer alternating-byte detection in compression | yenatch | |
2013-05-18 | Working lz make target | 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 | Merge pull request #137 from yenatch/master | Bryan Bishop | |
gbz80disasm reads wram/gbhw/hram and spaces blocks of asm | |||
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 | preprocessor: minor optimization in separate_comment | yenatch | |
2013-05-15 | gbz80disasm: don't include comments on relative jumps | yenatch | |