summaryrefslogtreecommitdiff
path: root/gfx/intro
AgeCommit message (Collapse)Author
2020-10-30Extract more RGB data to .pal filesRangi
2020-08-27Move all splash screen files to gfx/splashmid-kid
2020-05-23Match LZ compressed files (#724)aaaaaa123456789
Replace lzcomp with new version and match all LZ compressed files
2019-11-03128px is the standard tileset widthRangi
2019-11-03Identify intro tilemaps and attrmapsRangi
2018-01-21Separate new_game graphicsRemy Oukaour
2018-01-12More gfx/**/*.pal filesRemy Oukaour
2018-01-09Move data/palettes/ .pal files into gfx/Remy Oukaour
2017-06-24forgot to remove 2bpp from gfx/introyenatch
2017-06-08pngs in gfx/{debug,emotes,evo,font,intro}yenatch
2015-12-14mystery gift, creditsPikalaxALT
2015-12-02Crystal IntroPikalaxALT
2014-04-02Image extensions in gfx/{intro,title}.yenatch
2013-10-08fix padding in compressed intro graphicsyenatch
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-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
2013-01-02add original compressed gfx datayenatch
2012-12-31decompress all known gfxyenatch