Language…
26 users online: Abstract,  AmperSam, autisticsceptile1993, badummzi,  Blaagon, CharlieUltra, CroNo, dashlet, Dennsen86, GamesInTweed, GiraffeKiller, Hammerer, HobbesSMW, Inflagrandy, Metal-Yoshi94, MorrieTheMagpie, mtheordinarygamer, Papangu, playagmes169, rafaelfutbal, Romiori, Rykon-V73, Ryrir, TheOrangeToad, Tulip Time Scholarship Games, underway - Guests: 292 - Bots: 391
Users: 64,795 (2,369 active)
Latest user: mathew

Switchable death blocks

Hey i am searching after a code for a block which is switchable and if it is "solid" it should be a death block so mario dies when he hits it.

Regards



See this pack. In particular, the switch_kill.asm file is what you want. You'll then want to open up the ASM file and change these settings at the top:

Code
!switch		= $14AD		; $14AD = Blue P-Switch,	$14AE = Silver P-Switch
				; $14AF = ON/OFF Switch,	$1F27 = Green Switch
				; $1F28 = Yellow Switch,	$1F29 = Blue Switch
				; $1F2A = Red Switch
!reversed	= 0		; Reversed conditions? 0 = false, 1 = true.


These will control what "switch" toggles the block's interaction.

Note that this only handles the interaction and not the graphics, though. For the graphics, you'll need to use ExAnimation.

Professional frame-by-frame time wizard. YouTube - Twitter - SMW Glitch List - SMW Randomizer
Ah yeah I see thx#smw{:peace:}