I can disable spinjump?
Posted: Mon Jun 30, 2014 10:47 am
by Destiny
The title say all...
I need this because I making a SMB3 episode, to look a bit like the original game.
Re: I can disable spinjump?
Posted: Mon Jun 30, 2014 11:10 am
by zlaker
Code: Select all
#0
// Disable alt-jump
PlayerMemSet,0,0x120,0,0,0,w
#END
You need LunaDLL though
Re: I can disable spinjump?
Posted: Mon Jun 30, 2014 11:13 am
by Destiny
zlakerboy357 wrote:Code: Select all
#0
// Disable alt-jump
PlayerMemSet,0,0x120,0,0,0,w
#END
You need LunaDLL though
Thanks.