grunt-lucas / porytiles

Overworld tileset compiler for Pokémon Generation 3 decompilation projects
MIT License
30 stars 3 forks source link

Closes #7: Secondary Tileset Decompilation #17

Closed grunt-lucas closed 6 months ago

grunt-lucas commented 6 months ago

Implements the decompile-secondary command and tests. The decompile commands now also support a -normalize-transparency[=<R,G,B>] option, which will substitute a different color to use as transparency (useful when decompiling tilesets that use lots of different transparency colors).

This PR also contains numerous refactors of code structure and type names.