Cuyler36 / MyHorizons

WIP Animal Crossing: New Horizons Save Editor
GNU General Public License v3.0
135 stars 33 forks source link

Adding support for design patterns. #8

Closed FluffyFishGames closed 4 years ago

FluffyFishGames commented 4 years ago

For my design pattern editor I required design pattern editing.

This pull requests adds that functionality for basic design patterns (not the pro ones).

Cuyler36 commented 4 years ago

How does transparency work? I know that it was added in New Horizons. Other than that it looks good!

FluffyFishGames commented 4 years ago

Transparency is always the 16th color in the palette. So 15 custom colors and the 16th is transparent by default. That's why SetPixel allows 0-15 and the palette only loads 0-14.

Cuyler36 commented 4 years ago

Ah perfect, thanks for the info!