summaryrefslogtreecommitdiff
path: root/gfx.py
AgeCommit message (Collapse)Author
2013-02-11Infrastructure to dump pngs for 2bpp graphicsyenatch
original-commit-id: 80600f929193208e435e6ce833e4207a6cd5a382
2013-02-09Don't try to convert empty 2bpp filesyenatch
Also, make non-square images 1 tile wide Minor path fixes and cleanup original-commit-id: e7762890aac4da72e75c7e7365c1cd924dadbc85
2013-02-09Add some command-line interfaces for use w/ makefileyenatch
Extras: -function to dump trainer pals -fix testing leftover in a compression function -keep load_rom() from getting in the way (relative address breaks extras) original-commit-id: 70280c0c3f64e41edaed8d2726c6472bec395f55
2013-02-07implement png import/exportyenatch
palette export works fine, but palette import is disabled for now original-commit-id: da205909c056fd2299fec5bc546999929192a629
2013-02-06Condense pic dimensions tableyenatch
original-commit-id: 4d44c2c0e64d7e1eed97fe1b246638c251d00972
2013-01-22update gfx.py to reflect new structureyenatch
original-commit-id: cd0f71730583f7db1e81549d0269fa38ea315ac9
2013-01-13make careless use of gfx.py less fatalyenatch
original-commit-id: 9fbe7ea42390e7a0d6a1288f076d7951ce66b5eb
2013-01-13implement rgb macro for palettesyenatch
original-commit-id: 238f40602479c43954916a967523d0a873cdd92b
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 original-commit-id: 2cdf7a3688c43766663028cf6e644f13fae4bdf3
2013-01-02allow other files to import gfx.pyyenatch
original-commit-id: e91f41dd3565cd4edfd71d0e3ee9744e99403443
2013-01-01make gfx.py more convenient from command lineyenatch
original-commit-id: 3e953ad7b65f033cc5e29319f34cfd661b24af07
2012-12-31decompress all known gfxyenatch
original-commit-id: a3fe9c00d0c5d0e63c7e64a28d16010f43707d10