RSDKModding / Sonic-Mania-Decompilation

A complete decompilation of Sonic Mania (2017)
Other
632 stars 116 forks source link

Fix Hatch/WarpDoor incorrect X position #228

Closed Mefiresu closed 1 year ago

Mefiresu commented 1 year ago

WarpDoor_Update was using relPosY instead of relPosX, making the warpdoor use an incorrect position (this possibly fixes many unreported issues). Rewrite part of Hatch_Create to account for fallthrough in the switch case. Fixes #212.