NovaSquirrel / NovaTheSquirrel2

A very early sequel to Nova the Squirrel for SNES
GNU General Public License v3.0
62 stars 2 forks source link

Add ability to specify transformations per-file before converting PNGs to SNES format #46

Closed NovaSquirrel closed 3 years ago

NovaSquirrel commented 3 years ago

Like the .grit files in GBA development. Probably extend pilbmp2nes.py to look for a text file of the same name as the PNG.

The main transformation I need to start with is "For every four rows of 8x8 tiles, swap the second and third rows" which is required for player animations.