Lunda DLL Disable jumping?
Posted: Tue Jun 24, 2014 12:59 pm
Is there a way to disable the player from jumping and spin jumping completely in Luna DLL?
Forums for SMBX
https://www.smbxgame.com/forums/
Code: Select all
#0
// Disable jump
PlayerMemSet,0,0x11E,0,0,0,w
// Disable alt-jump
PlayerMemSet,0,0x120,0,0,0,w
#END