This package contains 3 blocks you MUST use with Blocktool Super Deluxe's LATEST version: v0.43 (or higher perhaps).

How to set up the blocks:

The setup is quite easy. Just look at the following (ascii) image. Place the blocks somewhat like this:

	[L][...][M][M][M][M][M][...][R]  [B]  [B]

Where [L] is slip_leftend.asm
Where [R] is slip_rightend.asm
Where [M] is slip_middle.asm
Where [...] means that you can place many [M]s there as you want.
Where [B] is slip_rightANDleft.asm

What the blocks do:
leftend makes sure you can walk off the left edge of the block while disabling the slippery flag
rightend is the same as above
middle doesn't disable the slippery flag on either edges
rightANDleft disables the slippery flag on both edges. Good for being evil and putting 16x16 iceblocks above bottomless pits.

Customizing them:

There is nothing really exciting to customize about the blocks except the slippery intensity.
$FF makes Mario slip a lot while $01 makes him almost not slip. Edit !Slip 's value to your liking.

Examples:

If you want to make stacked iceblocks...

                   [B]
                   [M]   [B]
                   [M]   [M]
	[L][...][M][M][M][M][M][...][R]

Stacked iceblocks next to each other...

                   [L][R]
                   [M][M]
                   [M][M]
	[L][...][M][M][M][M][M][...][R]

If you want to make stairs...

                   [L]
                   [M][R]
                   [M][M][R]
	[L][...][M][M][M][M][M][...][R]

Stairs bigger in width...

                [L][M][R]
                [M][M][M][R]
                [M][M][M][M][R]
	[L][...][M][M][M][M][M][M][...][R]

Or make an impossible-to-pass jumping madness!

	[B]  [B]         [B]           [B]

        [              VOID              ]




Downsides:
When you are riding a Yoshi, and you are 'walking up' a springboard, you launch 
automatically into the air without disabling the slippery flag. If you don't land
on an ice block the slippery flag will stay on forever.

Same as above, except you don't launch into the air, but rather slip on the key.
If you don't land on an ice block the slippery flag will stay on forever.