ImmutableOctet / sonicgba

A cross-platform port of Sonic Advance
https://www.reddit.com/r/sonicgba
Other
16 stars 2 forks source link

"Door" objects (CPZ) are rendered vertically when they should be horizontal. #19

Closed ImmutableOctet closed 8 years ago

ImmutableOctet commented 8 years ago

The small "door" objects are intended to be horizontal, but are presented vertically, like so:

firefox_2016-08-03_03-27-05

Collision behaves as intended.

ImmutableOctet commented 8 years ago

This was due to 'TRANS_MIRROR_ROT270' being poorly implemented, this object is now represented accurately.

opera_2016-08-03_04-50-22

For reference, this was fixed in commit a3816c42198b09bcb6b28ff4989c0e63a533fbdb.