🏠
Blocks

A number of custom blocks have been inserted into the baserom with GPS, they are as follows. You can see how they are laid out in Map16 on this page.

When adding your own blocks it is recommended to start with Page 4 addresses to avoid baserom conflicts.

AddressDescription
290Only passable by Mario. To sprites, it will obey the act-as setting.
291Only passable by sprites. To Mario, it will obey the act-as setting.
292Bounces sprites! But is passable by Mario.
293Down-facing one-way; solid to anything moving upwards.
294Left-facing one-way; solid to anything moving rightwards.
295Right-facing one-way; solid to anything moving leftwards.
296Passthrough when switch state is ON and the Map16 act-as when OFF.
297Passthrough when switch state is OFF and the Map16 act-as when ON.
298Shatters when a sprite is thrown at it.
299Kills sprites. Does not work for sprites that do not have object interaction.
29ABlock that kills the player (even on yoshi), is solid for sprites and kills on wall running.
29BBlock that kills the player (even on yoshi), is passable for sprites and kills on wall running.
29CMakes Mario small, clears item box and removes balloon, flight, and slide states.
29DA Donut Lift, which will fall shortly after being stepped on.
29EA throw block with an endless supply.
29FA ledge vine that the player automatically hops above.
2A0A block that acts like a mid-air suspended Spiny.
2A1A block that acts like a stationary Swooper.
2A2Sets the switch state to ON when anything (incl. dead sprites) touches it.
2A3Sets the switch state to OFF when anything (incl. dead sprites) touches it.
2A4Will teleport Mario to the screen exit configured in Lunar Magic that this block is placed on.
2A5A single-use bounce block.
2A6Bounces throw blocks from the side.
2A7A coin that changes the switch state to ON when collected.
2A8A coin that changes the switch state to OFF when collected.
2AA-2AFCamera Blocks (hover in Lunar Magic for descriptions).
2B0-2BFCustom Question Blocks (hover in Lunar Magic for descriptions).
300-36FScreen Scrolling Pipe Tiles (hover in Lunar Magic for descriptions).
Earlier versions of the baserom may have fewer or different blocks.