bates64 / papermario-dx

Base for Paper Mario romhacks
80 stars 25 forks source link

Fix slide in iwa_03 #83

Closed JaThePlayer closed 3 months ago

JaThePlayer commented 3 months ago

DX changes in commit https://github.com/bates64/papermario-dx/commit/1b85148e46f856917abe0fbf933bdac6cafcf509 break the slide in iwa_03, as it doesn't call phys_set_player_sliding_check, unlike the remaining iwa maps with slides.

This PR fixes this bug by doing the same thing that commit did in the remaining iwa maps.