binji / binjgb

Gameboy emulator implemented in C, that also runs in the browser
https://binji.github.io/binjgb/
MIT License
534 stars 61 forks source link

Add GB Studio colors to default palettes #41

Closed pau-tomas closed 2 years ago

pau-tomas commented 2 years ago

Added the GB Studio DMG palette to the default palettes file. Those are the colors displayed in the GB Studio editor preview which are color corrected using the Gambatte color curve from the ones documented here and here

This is a screenshot of how a scene looks in the editor (left) and in binjigb using this palette (right): image

binji commented 2 years ago

Looks good, thanks! I think there are a few places in the code that need to be updated too, but I can fix those in a follow-up PR if you want.