Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-17 | LostBattle and HalveMoney | yenatch | |
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 | OakSpeech formatting | yenatch | |
2013-06-14 | gbz80disasm: only use gbhw/hram constants >= 0xff00 | yenatch | |
2013-06-14 | DrawIntroPlayerPic | yenatch | |
2013-06-13 | Merge pull request #146 from yenatch/master | Bryan Bishop | |
statdown comments + fix make pngs | |||
2013-06-13 | gfx: return mass-decompress command | yenatch | |
still reqd by make pngs | |||
2013-06-13 | use stat constants in statdown commands | yenatch | |
2013-06-13 | Merge branch 'master' of github.com:kanzure/pokecrystal | yenatch | |
2013-06-13 | comment statdown move command | yenatch | |
2013-06-13 | hexdump for binary diffs | yenatch | |
those with an existing repo should run: git config diff.hex.textconv hexdump | |||
2013-06-12 | Merge remote-tracking branch 'yenatch/master' | Bryan Bishop | |
Also merge pull request #145. | |||
2013-06-12 | Revert "make gfx.py png take only a path" | Bryan Bishop | |
This reverts commit 915c6358490494b87c81a464492944f80ee86384. | |||
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-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 | |