RSDKModding / Sonic-Mania-Decompilation

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

ERZStart/PhantomKing: Fix missing sprite animation and ruby offset #233

Closed Mefiresu closed 1 year ago

Mefiresu commented 1 year ago

Add missing call to SetSpriteAnimation for the ruby. The phantom ruby oscillation routine keeps the decimal part of the fixed-point Y position.

Reorder the ERZStart_HandlePlayerHover parameters to match the original. Fix small typo in (Attatch-->Attach).

Fixes #230.