Page 1 of 1

Lunda DLL Disable jumping?

Posted: Tue Jun 24, 2014 12:59 pm
by Strawzzboy64
Is there a way to disable the player from jumping and spin jumping completely in Luna DLL?

Re: Lunda DLL Disable jumping?

Posted: Wed Jun 25, 2014 3:09 am
by Chad
This should do it in any level:

Code: Select all

#0

// Disable jump
PlayerMemSet,0,0x11E,0,0,0,w

// Disable alt-jump
PlayerMemSet,0,0x120,0,0,0,w

#END

Re: Lunda DLL Disable jumping?

Posted: Wed Jun 25, 2014 12:31 pm
by Strawzzboy64
Awesome, the code works perfectly. Thanks Chad!