Jump Height

Nintend0Nerd

New member
In my game, I don't want my character to jump very high. I want him to jump about 2 1/2 blocks high (think Simon in the original Castlevania). I've tried adjusting the jump speed slider, but that doesn't seem to lessen his jump height. How would I go about doing this?
 

CutterCross

Active member
The Jump slider isn't natively compatible with the Platformer module. To change your player's jump height, you have to go into the playerJump ASM script and manually change the jump speed there.

I HIGHLY recommend watching the NESmaker Platformer tutorial, where Joe demonstrates how to change the player's jump height.
 
Top Bottom