grunt-lucas / porytiles

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

Change `-normalize-transparency` to `-preserve-transparency` #54

Closed grunt-lucas closed 4 weeks ago

grunt-lucas commented 1 month ago

Currently, the decompiler supports -normalize-transparency which changes all transparent colors to the default Porytiles magenta. Since most users are decompiling vanilla tilesets, we should probably flip this behavior, and make normalization the default. Then, users who are decompiling their own customs sets who want transparency preserved can supply -preserve-transparency to disable normalization.

grunt-lucas commented 4 weeks ago

This feature was added here: https://github.com/grunt-lucas/porytiles/commit/37668acb46202a82d248e42337630e98e3b7037a