DaveTCode / GBADotnet

A C#/net core GBA emulator
MIT License
20 stars 1 forks source link

V-Rally 3 has wrong backdrop color #74

Closed DaveTCode closed 2 years ago

DaveTCode commented 2 years ago

image

This is a bitmap mode game with objects overlayed. I think the black areas should really be a backdrop color but who knows what that backdrop color should actually be.

Maybe it's because of the use of semi-transparent sprites it should be using the backdrop color as a blend target? Or generally using the backdrop color anyway?

DaveTCode commented 2 years ago

The weird lines in the map are probably related to #69

DaveTCode commented 2 years ago

Fixed the backdrop color although I don't know when I did that. Just know that the issue has gone away now