summaryrefslogtreecommitdiff
path: root/gfx/misc
AgeCommit message (Collapse)Author
2015-11-14More map object workPikalaxALT
2015-11-11engine/mart.asmPikalaxALT
2015-11-03sprite_header and emote_headerPikalaxALT
2015-10-24About time I got to these functionsPikalaxALT
2015-07-18Use pngs for some misc graphics.yenatch
2014-12-29Rename some graphics to avoid collisions later.yenatch
chris.5x7.2bpp and chris.7x7.2bpp would probably both end up as chris.png.
2014-12-03Fix padding in gfx/misc/pokegear.2bpp.lz.yenatch
2014-05-02Fix padding in the compressed pokegear sprite graphics.yenatch
2014-04-19Trainer card graphics and misc incbins in banks 21 and 22.yenatch
2014-04-17Shrink pics, an extra egg pic and their labels.yenatch
2014-04-02Fix image extensions in gfx/{credits,misc}.yenatch
2014-02-28Split up pack graphics and point to them.yenatch
2014-02-28Split up emote images and dump emote pointers.yenatch
2014-02-24Restore byte padding to trainer backpics.yenatch
2014-02-23Misc trainer card graphics.yenatch
2014-02-23Trainer card gym leader and badge graphics.yenatch
2014-02-22gfx/misc/town_map.lz is actually paddedyenatch
2014-02-22footprintsyenatch
how did we forget that?
2013-12-22gbc-only screenyenatch
2013-12-13pokegear asm cleanupyenatch
2013-08-20johto/kanto mapsyenatch
2013-08-20copyright graphicsyenatch
2013-02-25Include some more gfxyenatch
2013-02-22Move fonts into gfx/miscyenatch
2013-02-11Fix compressed graphics and filestructureyenatch
-No more /lz folders. -Fixed some lz files that didn't have terminators An extraction error caused some lz files in gfx/misc/ to lack terminators. These slipped through the cracks since they were surrounded by incbins calculated from the filesize, and the original decompression was done from the baserom, where terminators were intact. There might be more offending lz files.
2013-02-11Remove unnecessary 2bpp filesyenatch
These can be generated using gfx.py and are non-essential to compile. This reduces the size of the repository significantly.
2013-01-30Some more uncompressed gfxyenatch
2013-01-04include all compressed and decompressed graphicsyenatch
* frontpics & animation tiles * backpics * trainer pics * attack animation gfx * intro gfx * intro tilemaps * title gfx * tilesets * player backpic * dude backpic * pokegear/town map fixes #33, #34 and #35