I figured that code would alone make Mario jump forward and very high by itself, but the screen goes black when Mario touches the block!
I have this same problem with submitted code too!
I really need help.
Oh, and it just plays the animation for Mario coming out of a diagonal pipe.
Last edited on 2010-11-05 04:28:52 PM by Aceheart.
Have you ever seen a custom block? You're missing a lot.
Also, what use would this have? It shoots you like a diagonal pipe would. You have to include the commands that indicates it's a custom block. If you don't it'll crash. These commands include:
You need all those. You don't have to set the code for each one of them individually, though. You can just stick the code at the end. (Er... At least, I'm pretty sure you can.)
As Molten said you are missing the JMPs but I'd also like to add that there are 3 more that Molten didn't put including; JMP Corners : JMP HeadInside : JMP BodyInside
These new JMPs also need the command db $42 to actually work and without db $42 I do recall the block will break if those JMPs are in there.
Here is a very simple base block that all it does is make itself act solid no matter what.