Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-11 | More constants and data tables | Remy Oukaour | |
2018-01-10 | gfx/*.asm files have INCBINs | Remy Oukaour | |
2018-01-10 | Newline | Remy Oukaour | |
2018-01-09 | Split tilesets/ into gfx/tilesets and data/tilesets/ | Remy Oukaour | |
2018-01-09 | Move data/palettes/ .pal files into gfx/ | Remy Oukaour | |
2018-01-03 | lava in gym_1 > fountain in unused safari zone | Remy Oukaour | |
2018-01-03 | Tileset images are 128px wide | Remy Oukaour | |
2017-12-10 | Rename tilesets, consistent with constant names | Remy Oukaour | |
2017-12-09 | Move some gfx/misc/ files into meaningful directories | Remy Oukaour | |
2017-06-24 | forgot to remove 2bpp from gfx/tilesets | yenatch | |
2017-06-21 | pngs in gfx/tilesets | yenatch | |
2014-04-02 | Image extensions in gfx/tilesets. | yenatch | |
2013-12-26 | flower animation graphics | yenatch | |
2013-12-26 | water animation graphics | yenatch | |
2013-12-26 | whirlpool animation graphics | yenatch | |
2013-10-11 | roof graphics | yenatch | |
2013-09-01 | random 0s in tileset data was actually lz padding | yenatch | |
i guess someone liked their filesizes nice and even? | |||
2013-05-22 | mistook sprout tower pillar for minecart graphics | yenatch | |
2013-05-22 | minecart tile animations | yenatch | |
2013-05-22 | safari fountain tile animations | yenatch | |
2013-05-21 | ilex forest tree tile animations | yenatch | |
2013-05-21 | cave water + park fountain tile animations | yenatch | |
2013-02-11 | Fix compressed graphics and filestructure | yenatch | |
-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-11 | Remove unnecessary 2bpp files | yenatch | |
These can be generated using gfx.py and are non-essential to compile. This reduces the size of the repository significantly. | |||
2013-01-04 | include all compressed and decompressed graphics | yenatch | |
* 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 |